#B74A28

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

Shades of Rose Of Sharon #B74A28

Tints of Rose Of Sharon #B74A28

Color information

#B74A28 (or 0xB74A28) is unknown color: approx Rose Of Sharon. HEX triplet: B7, 4A and 28. RGB value is (183,74,40). Sum of RGB (Red+Green+Blue) = 183+74+40=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74A28 is #48B5D7. Grayscale: #666666. Windows color (decimal): -4765144 or 2640567. OLE color: 2640567.

HSL color Cylindrical-coordinate representation of color #B74A28: hue angle of 14.27º 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 #B74A28 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB1837440-
CMYK00.600.780.28
HSL14.27º64.13%43.73%-
HSV(B)14.27º78.14%71.76%-
XYZ22.3615.123.75-
YUV102.7292.61185.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.62%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 40 (16.02% from 255) = 13.47%
R=61.62%
G=24.92%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183744000.600.780.2814.2764.1343.73
HexB74A2803C4E1Ce402c
Octal26711250074116341610054
Binary101101111001010101000011110010011101110011101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74A28; }

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

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

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

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

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

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

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

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