Html Css Color HEX #B04E23 Rose Of Sharon

📋 copy color: '#B04E23'

red 176 ◦ green 78 ◦ blue 35

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

Shades of Rose Of Sharon #B04E23

Tints of Rose Of Sharon #B04E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.11%

R = 60.9%
G = 26.99%
B = 12.11%

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

#B04E23 (or 0xB04E23) is known color: Rose Of Sharon. HEX triplet: B0, 4E and 23. RGB value is (176,78,35). Sum of RGB (Red+Green+Blue) = 176+78+35=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04E23 is #4FB1DC. Grayscale: #666666. Windows color (decimal): -5222877 or 2313904. OLE color: 2313904.

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

Color convert

RGB 176 78 35 -
CMYK 0 0.56 0.80 0.31
HSL 18.3º 0.67% 0.41% -
HSV(B) 18.3º 0.8% 0.69% -
XYZ 20.93 14.8 3.34 -
YUV 102.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 176 78 35 0 0.56 0.80 0.31 18.3 0.67 0.41
Hex B0 4E 23 0 38 50 1F 12 43 29
Octal 260 116 43 0 70 120 37 22 103 51
Binary 10110000 1001110 100011 0 111000 1010000 11111 10010 1000011 101001

Color Harmonies of #B04E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04E23

Black with #B04E23

Text Example


Text Example

White with #B04E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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