#B14A1E

Color #B14A1E Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B14A1E

Tints of Rose Of Sharon #B14A1E

Color information

#B14A1E (or 0xB14A1E) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 4A and 1E. RGB value is (177,74,30). Sum of RGB (Red+Green+Blue) = 177+74+30=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A1E is #4EB5E1. Grayscale: #646464. Windows color (decimal): -5158370 or 1985201. OLE color: 1985201.

HSL color Cylindrical-coordinate representation of color #B14A1E: hue angle of 17.96º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B14A1E is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1777430-
CMYK00.580.830.31
HSL17.96º71.01%40.59%-
HSV(B)17.96º83.05%69.41%-
XYZ20.8114.342.9-
YUV99.7888.62183.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 62.99%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=62.99%
G=26.33%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177743000.580.830.3117.9671.0140.59
HexB14A1E03A531F124729
Octal26111236072123372210751
Binary101100011001010111100111010101001111111100101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A1E; }

 p { color: rgb(177,74,30); }

 H1.HeaderClassName
 {
   color: #B14A1E;
 }
 .AnyTagClassName
 {
   color: #B14A1E;
 }
</style>
background-color css

<style>
 a { background-color: #B14A1E; }

 a { background-color: rgb(177,74,30); }

 div.DivClassName
 {
   background-color: #B14A1E;
 }
 .BgClassName
 {
   background-color: #B14A1E;
 }
</style>
border-color css

<style>
 span { border-color: #B14A1E; }

 span { border-color: rgb(177,74,30); }

 td.TdClassName
 {
   border-color: #B14A1E;
 }
 .TagClassName
 {
   border-color: #B14A1E;
 }
</style>