Html Css Color HEX #B0511E Rose Of Sharon

📋 copy color: '#B0511E'

red 176 ◦ green 81 ◦ blue 30

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

Shades of Rose Of Sharon #B0511E

Tints of Rose Of Sharon #B0511E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.22%

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

R = 61.32%
G = 28.22%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0511E (or 0xB0511E) is known color: Rose Of Sharon. HEX triplet: B0, 51 and 1E. RGB value is (176,81,30). Sum of RGB (Red+Green+Blue) = 176+81+30=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0511E is #4FAEE1. Grayscale: #676767. Windows color (decimal): -5222114 or 1986992. OLE color: 1986992.

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

Color convert

RGB 176 81 30 -
CMYK 0 0.54 0.83 0.31
HSL 20.96º 0.71% 0.4% -
HSV(B) 20.96º 0.83% 0.69% -
XYZ 21.08 15.21 3.05 -
YUV 103.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 176 81 30 0 0.54 0.83 0.31 20.96 0.71 0.4
Hex B0 51 1E 0 36 53 1F 15 47 28
Octal 260 121 36 0 66 123 37 25 107 50
Binary 10110000 1010001 11110 0 110110 1010011 11111 10101 1000111 101000

Color Harmonies of #B0511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0511E

Black with #B0511E

Text Example


Text Example

White with #B0511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0511E; }

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

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

background-color css

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

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

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

border-color css

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

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

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