#B14B20

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

Shades of Rose Of Sharon #B14B20

Tints of Rose Of Sharon #B14B20

Color information

#B14B20 (or 0xB14B20) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 4B and 20. RGB value is (177,75,32). Sum of RGB (Red+Green+Blue) = 177+75+32=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B20 is #4EB4DF. Grayscale: #646464. Windows color (decimal): -5158112 or 2116529. OLE color: 2116529.

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

Color convert

RGB1777532-
CMYK00.580.820.31
HSL17.79º69.38%40.98%-
HSV(B)17.79º81.92%69.41%-
XYZ20.9114.483.06-
YUV100.689.29182.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 75 (29.69% from 255) = 26.41%
BLUE value IS 32 (12.89% from 255) = 11.27%
R=62.32%
G=26.41%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177753200.580.820.3117.7969.3840.98
HexB14B2003A521F124529
Octal26111340072122372210551
Binary1011000110010111000000111010101001011111100101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B20; }

 p { color: rgb(177,75,32); }

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

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

 a { background-color: rgb(177,75,32); }

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

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

 span { border-color: rgb(177,75,32); }

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