Html Css Color HEX #B04520 Rose Of Sharon

📋 copy color: '#B04520'

red 176 ◦ green 69 ◦ blue 32

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

Shades of Rose Of Sharon #B04520

Tints of Rose Of Sharon #B04520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.91%

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

R = 63.54%
G = 24.91%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B04520 (or 0xB04520) is known color: Rose Of Sharon. HEX triplet: B0, 45 and 20. RGB value is (176,69,32). Sum of RGB (Red+Green+Blue) = 176+69+32=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B04520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04520 is #4FBADF. Grayscale: #616161. Windows color (decimal): -5225184 or 2114992. OLE color: 2114992.

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

Color convert

RGB 176 69 32 -
CMYK 0 0.61 0.82 0.31
HSL 15.42º 0.69% 0.41% -
HSV(B) 15.42º 0.82% 0.69% -
XYZ 20.29 13.59 2.92 -
YUV 96.78 91.45 184.51 -
System Red Green Blue C M Y K H S L
Decimal 176 69 32 0 0.61 0.82 0.31 15.42 0.69 0.41
Hex B0 45 20 0 3D 52 1F F 45 29
Octal 260 105 40 0 75 122 37 17 105 51
Binary 10110000 1000101 100000 0 111101 1010010 11111 1111 1000101 101001

Color Harmonies of #B04520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04520

Black with #B04520

Text Example


Text Example

White with #B04520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04520; }

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

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

background-color css

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

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

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

border-color css

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

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

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