Html Css Color HEX #B5511C Rose Of Sharon

📋 copy color: '#B5511C'

red 181 ◦ green 81 ◦ blue 28

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

Shades of Rose Of Sharon #B5511C

Tints of Rose Of Sharon #B5511C

RGB

 RED value IS 181 (71.09% from 255) = 62.41%

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

 BLUE value IS 28 (11.33% from 255) = 9.66%

R = 62.41%
G = 27.93%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5511C (or 0xB5511C) is known color: Rose Of Sharon. HEX triplet: B5, 51 and 1C. RGB value is (181,81,28). Sum of RGB (Red+Green+Blue) = 181+81+28=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B5511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5511C is #4AAEE3. Grayscale: #696969. Windows color (decimal): -4894436 or 1855925. OLE color: 1855925.

HSL color Cylindrical-coordinate representation of color #B5511C: hue angle of 20.78º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5511C is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 81 28 -
CMYK 0 0.55 0.85 0.29
HSL 20.78º 0.73% 0.41% -
HSV(B) 20.78º 0.85% 0.71% -
XYZ 22.21 15.79 2.98 -
YUV 104.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 181 81 28 0 0.55 0.85 0.29 20.78 0.73 0.41
Hex B5 51 1C 0 37 55 1D 15 49 29
Octal 265 121 34 0 67 125 35 25 111 51
Binary 10110101 1010001 11100 0 110111 1010101 11101 10101 1001001 101001

Color Harmonies of #B5511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5511C

Black with #B5511C

Text Example


Text Example

White with #B5511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5511C; }

 p { color: rgb(181,81,28); }

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

background-color css

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

 a { background-color: rgb(181,81,28); }

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

border-color css

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

 span { border-color: rgb(181,81,28); }

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