#B74426

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

Shades of Rose Of Sharon #B74426

Tints of Rose Of Sharon #B74426

Color information

#B74426 (or 0xB74426) is unknown color: approx Rose Of Sharon. HEX triplet: B7, 44 and 26. RGB value is (183,68,38). Sum of RGB (Red+Green+Blue) = 183+68+38=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B74426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74426 is #48BBD9. Grayscale: #636363. Windows color (decimal): -4766682 or 2507959. OLE color: 2507959.

HSL color Cylindrical-coordinate representation of color #B74426: hue angle of 12.41º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B74426 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1836838-
CMYK00.630.790.28
HSL12.41º65.61%43.33%-
HSV(B)12.41º79.23%71.76%-
XYZ21.9514.343.45-
YUV98.9693.6187.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.32%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=63.32%
G=23.53%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183683800.630.790.2812.4165.6143.33
HexB7442603F4F1Cc422b
Octal26710446077117341410253
Binary101101111000100100110011111110011111110011001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74426; }

 p { color: rgb(183,68,38); }

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

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

 a { background-color: rgb(183,68,38); }

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

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

 span { border-color: rgb(183,68,38); }

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