Html Css Color HEX #B5521B Rose Of Sharon

📋 copy color: '#B5521B'

red 181 ◦ green 82 ◦ blue 27

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

Shades of Rose Of Sharon #B5521B

Tints of Rose Of Sharon #B5521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.31%

R = 62.41%
G = 28.28%
B = 9.31%

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

#B5521B (or 0xB5521B) is known color: Rose Of Sharon. HEX triplet: B5, 52 and 1B. RGB value is (181,82,27). Sum of RGB (Red+Green+Blue) = 181+82+27=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B5521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5521B is #4AADE4. Grayscale: #696969. Windows color (decimal): -4894181 or 1790645. OLE color: 1790645.

HSL color Cylindrical-coordinate representation of color #B5521B: hue angle of 21.43º degrees, saturation: 0.74, 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 #B5521B is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 82 27 -
CMYK 0 0.55 0.85 0.29
HSL 21.43º 0.74% 0.41% -
HSV(B) 21.43º 0.85% 0.71% -
XYZ 22.27 15.94 2.94 -
YUV 105.33 83.8 181.97 -
System Red Green Blue C M Y K H S L
Decimal 181 82 27 0 0.55 0.85 0.29 21.43 0.74 0.41
Hex B5 52 1B 0 37 55 1D 15 4A 29
Octal 265 122 33 0 67 125 35 25 112 51
Binary 10110101 1010010 11011 0 110111 1010101 11101 10101 1001010 101001

Color Harmonies of #B5521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5521B

Black with #B5521B

Text Example


Text Example

White with #B5521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5521B; }

 p { color: rgb(181,82,27); }

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

background-color css

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

 a { background-color: rgb(181,82,27); }

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

border-color css

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

 span { border-color: rgb(181,82,27); }

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