Html Css Color HEX #B04E24 Rose Of Sharon

📋 copy color: '#B04E24'

red 176 ◦ green 78 ◦ blue 36

#B04E24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Of Sharon #B04E24

Tints of Rose Of Sharon #B04E24

RGB

 RED value IS 176 (69.14% from 255) = 60.69%

 GREEN value IS 78 (30.86% from 255) = 26.9%

 BLUE value IS 36 (14.45% from 255) = 12.41%

R = 60.69%
G = 26.9%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B04E24 (or 0xB04E24) is known color: Rose Of Sharon. HEX triplet: B0, 4E and 24. RGB value is (176,78,36). Sum of RGB (Red+Green+Blue) = 176+78+36=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04E24 is #4FB1DB. Grayscale: #666666. Windows color (decimal): -5222876 or 2379440. OLE color: 2379440.

HSL color Cylindrical-coordinate representation of color #B04E24: hue angle of 18º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B04E24 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 78 36 -
CMYK 0 0.56 0.80 0.31
HSL 18º 0.66% 0.42% -
HSV(B) 18º 0.8% 0.69% -
XYZ 20.95 14.81 3.42 -
YUV 102.51 90.47 180.42 -
System Red Green Blue C M Y K H S L
Decimal 176 78 36 0 0.56 0.80 0.31 18 0.66 0.42
Hex B0 4E 24 0 38 50 1F 12 42 2A
Octal 260 116 44 0 70 120 37 22 102 52
Binary 10110000 1001110 100100 0 111000 1010000 11111 10010 1000010 101010

Color Harmonies of #B04E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04E24

Black with #B04E24

Text Example


Text Example

White with #B04E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04E24; }

 p { color: rgb(176,78,36); }

 H1.HeaderClassName
 {
   color: #B04E24;
 }
 .AnyTagClassName
 {
   color: #B04E24;
 }
</style>

background-color css

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

 a { background-color: rgb(176,78,36); }

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

border-color css

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

 span { border-color: rgb(176,78,36); }

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