Html Css Color HEX #B4521B Rose Of Sharon

📋 copy color: '#B4521B'

red 180 ◦ green 82 ◦ blue 27

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

Shades of Rose Of Sharon #B4521B

Tints of Rose Of Sharon #B4521B

RGB

 RED value IS 180 (70.7% from 255) = 62.28%

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

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

R = 62.28%
G = 28.37%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4521B (or 0xB4521B) is known color: Rose Of Sharon. HEX triplet: B4, 52 and 1B. RGB value is (180,82,27). Sum of RGB (Red+Green+Blue) = 180+82+27=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B4521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4521B is #4BADE4. Grayscale: #696969. Windows color (decimal): -4959717 or 1790644. OLE color: 1790644.

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

Color convert

RGB 180 82 27 -
CMYK 0 0.54 0.85 0.29
HSL 21.57º 0.74% 0.41% -
HSV(B) 21.57º 0.85% 0.71% -
XYZ 22.04 15.82 2.93 -
YUV 105.03 83.97 181.47 -
System Red Green Blue C M Y K H S L
Decimal 180 82 27 0 0.54 0.85 0.29 21.57 0.74 0.41
Hex B4 52 1B 0 36 55 1D 16 4A 29
Octal 264 122 33 0 66 125 35 26 112 51
Binary 10110100 1010010 11011 0 110110 1010101 11101 10110 1001010 101001

Color Harmonies of #B4521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4521B

Black with #B4521B

Text Example


Text Example

White with #B4521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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