#B14922

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

Shades of Rose Of Sharon #B14922

Tints of Rose Of Sharon #B14922

Color information

#B14922 (or 0xB14922) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 49 and 22. RGB value is (177,73,34). Sum of RGB (Red+Green+Blue) = 177+73+34=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B14922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14922 is #4EB6DD. Grayscale: #636363. Windows color (decimal): -5158622 or 2247089. OLE color: 2247089.

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

Color convert

RGB1777334-
CMYK00.590.810.31
HSL16.36º67.77%41.37%-
HSV(B)16.36º80.79%69.41%-
XYZ20.814.233.16-
YUV99.6590.96183.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 34 (13.67% from 255) = 11.97%
R=62.32%
G=25.70%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177733400.590.810.3116.3667.7741.37
HexB1492203B511F104429
Octal26111142073121372010451
Binary1011000110010011000100111011101000111111100001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14922; }

 p { color: rgb(177,73,34); }

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

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

 a { background-color: rgb(177,73,34); }

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

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

 span { border-color: rgb(177,73,34); }

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