Html Css Color HEX #B4511B Rose Of Sharon

📋 copy color: '#B4511B'

red 180 ◦ green 81 ◦ blue 27

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

Shades of Rose Of Sharon #B4511B

Tints of Rose Of Sharon #B4511B

RGB

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

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

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

R = 62.5%
G = 28.13%
B = 9.38%

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

#B4511B (or 0xB4511B) is known color: Rose Of Sharon. HEX triplet: B4, 51 and 1B. RGB value is (180,81,27). Sum of RGB (Red+Green+Blue) = 180+81+27=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B4511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4511B is #4BAEE4. Grayscale: #686868. Windows color (decimal): -4959973 or 1790388. OLE color: 1790388.

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

Color convert

RGB 180 81 27 -
CMYK 0 0.55 0.85 0.29
HSL 21.18º 0.74% 0.41% -
HSV(B) 21.18º 0.85% 0.71% -
XYZ 21.96 15.67 2.9 -
YUV 104.45 84.3 181.89 -
System Red Green Blue C M Y K H S L
Decimal 180 81 27 0 0.55 0.85 0.29 21.18 0.74 0.41
Hex B4 51 1B 0 37 55 1D 15 4A 29
Octal 264 121 33 0 67 125 35 25 112 51
Binary 10110100 1010001 11011 0 110111 1010101 11101 10101 1001010 101001

Color Harmonies of #B4511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4511B

Black with #B4511B

Text Example


Text Example

White with #B4511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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