Html Css Color HEX #B0521E Rose Of Sharon

📋 copy color: '#B0521E'

red 176 ◦ green 82 ◦ blue 30

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

Shades of Rose Of Sharon #B0521E

Tints of Rose Of Sharon #B0521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

 BLUE value IS 30 (12.11% from 255) = 10.42%

R = 61.11%
G = 28.47%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0521E (or 0xB0521E) is known color: Rose Of Sharon. HEX triplet: B0, 52 and 1E. RGB value is (176,82,30). Sum of RGB (Red+Green+Blue) = 176+82+30=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B0521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0521E is #4FADE1. Grayscale: #686868. Windows color (decimal): -5221858 or 1987248. OLE color: 1987248.

HSL color Cylindrical-coordinate representation of color #B0521E: hue angle of 21.37º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0521E is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 30 -
CMYK 0 0.53 0.83 0.31
HSL 21.37º 0.71% 0.4% -
HSV(B) 21.37º 0.83% 0.69% -
XYZ 21.16 15.36 3.08 -
YUV 104.18 86.14 179.23 -
System Red Green Blue C M Y K H S L
Decimal 176 82 30 0 0.53 0.83 0.31 21.37 0.71 0.4
Hex B0 52 1E 0 35 53 1F 15 47 28
Octal 260 122 36 0 65 123 37 25 107 50
Binary 10110000 1010010 11110 0 110101 1010011 11111 10101 1000111 101000

Color Harmonies of #B0521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0521E

Black with #B0521E

Text Example


Text Example

White with #B0521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0521E; }

 p { color: rgb(176,82,30); }

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

background-color css

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

 a { background-color: rgb(176,82,30); }

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

border-color css

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

 span { border-color: rgb(176,82,30); }

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