Html Css Color HEX #B04A20 Rose Of Sharon

📋 copy color: '#B04A20'

red 176 ◦ green 74 ◦ blue 32

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

Shades of Rose Of Sharon #B04A20

Tints of Rose Of Sharon #B04A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.24%

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

R = 62.41%
G = 26.24%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B04A20 (or 0xB04A20) is known color: Rose Of Sharon. HEX triplet: B0, 4A and 20. RGB value is (176,74,32). Sum of RGB (Red+Green+Blue) = 176+74+32=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04A20 is #4FB5DF. Grayscale: #636363. Windows color (decimal): -5223904 or 2116272. OLE color: 2116272.

HSL color Cylindrical-coordinate representation of color #B04A20: hue angle of 17.5º 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 #B04A20 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 74 32 -
CMYK 0 0.58 0.82 0.31
HSL 17.5º 0.69% 0.41% -
HSV(B) 17.5º 0.82% 0.69% -
XYZ 20.61 14.23 3.03 -
YUV 99.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 176 74 32 0 0.58 0.82 0.31 17.5 0.69 0.41
Hex B0 4A 20 0 3A 52 1F 12 45 29
Octal 260 112 40 0 72 122 37 22 105 51
Binary 10110000 1001010 100000 0 111010 1010010 11111 10010 1000101 101001

Color Harmonies of #B04A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04A20

Black with #B04A20

Text Example


Text Example

White with #B04A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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