Html Css Color HEX #B04920 Rose Of Sharon

📋 copy color: '#B04920'

red 176 ◦ green 73 ◦ blue 32

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

Shades of Rose Of Sharon #B04920

Tints of Rose Of Sharon #B04920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.98%

 BLUE value IS 32 (12.89% from 255) = 11.39%

R = 62.63%
G = 25.98%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B04920 (or 0xB04920) is known color: Rose Of Sharon. HEX triplet: B0, 49 and 20. RGB value is (176,73,32). Sum of RGB (Red+Green+Blue) = 176+73+32=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B04920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04920 is #4FB6DF. Grayscale: #636363. Windows color (decimal): -5224160 or 2116016. OLE color: 2116016.

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

Color convert

RGB 176 73 32 -
CMYK 0 0.59 0.82 0.31
HSL 17.08º 0.69% 0.41% -
HSV(B) 17.08º 0.82% 0.69% -
XYZ 20.55 14.1 3 -
YUV 99.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 176 73 32 0 0.59 0.82 0.31 17.08 0.69 0.41
Hex B0 49 20 0 3B 52 1F 11 45 29
Octal 260 111 40 0 73 122 37 21 105 51
Binary 10110000 1001001 100000 0 111011 1010010 11111 10001 1000101 101001

Color Harmonies of #B04920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04920

Black with #B04920

Text Example


Text Example

White with #B04920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04920; }

 p { color: rgb(176,73,32); }

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

background-color css

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

 a { background-color: rgb(176,73,32); }

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

border-color css

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

 span { border-color: rgb(176,73,32); }

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