#B14222

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

Shades of Rose Of Sharon #B14222

Tints of Rose Of Sharon #B14222

Color information

#B14222 (or 0xB14222) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 42 and 22. RGB value is (177,66,34). Sum of RGB (Red+Green+Blue) = 177+66+34=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B14222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14222 is #4EBDDD. Grayscale: #5F5F5F. Windows color (decimal): -5160414 or 2245297. OLE color: 2245297.

HSL color Cylindrical-coordinate representation of color #B14222: hue angle of 13.43º 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 #B14222 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1776634-
CMYK00.630.810.31
HSL13.43º67.77%41.37%-
HSV(B)13.43º80.79%69.41%-
XYZ20.3713.363.02-
YUV95.5493.27186.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.90%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 34 (13.67% from 255) = 12.27%
R=63.90%
G=23.83%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177663400.630.810.3113.4367.7741.37
HexB1422203F511Fd4429
Octal26110242077121371510451
Binary101100011000010100010011111110100011111111011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14222; }

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

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

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

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

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

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

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

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