#b74628

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

Shades of Rose Of Sharon #B74628

Tints of Rose Of Sharon #B74628

Color information

#B74628 (or 0xB74628) is unknown color: approx Rose Of Sharon. HEX triplet: B7, 46 and 28. RGB value is (183,70,40). Sum of RGB (Red+Green+Blue) = 183+70+40=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B74628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74628 is #48B9D7. Grayscale: #646464. Windows color (decimal): -4766168 or 2639543. OLE color: 2639543.

HSL color Cylindrical-coordinate representation of color #B74628: hue angle of 12.59º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B74628 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB1837040-
CMYK00.620.780.28
HSL12.59º64.13%43.73%-
HSV(B)12.59º78.14%71.76%-
XYZ22.114.63.66-
YUV100.3793.94186.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.46%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 40 (16.02% from 255) = 13.65%
R=62.46%
G=23.89%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183704000.620.780.2812.5964.1343.73
HexB7462803E4E1Cd402c
Octal26710650076116341510054
Binary101101111000110101000011111010011101110011011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b74628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b74628; }

 p { color: rgb(183,70,40); }

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

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

 a { background-color: rgb(183,70,40); }

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

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

 span { border-color: rgb(183,70,40); }

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