Html Css Color HEX #B2511B Rose Of Sharon

📋 copy color: '#B2511B'

red 178 ◦ green 81 ◦ blue 27

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

Shades of Rose Of Sharon #B2511B

Tints of Rose Of Sharon #B2511B

RGB

 RED value IS 178 (69.92% from 255) = 62.24%

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

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

R = 62.24%
G = 28.32%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2511B (or 0xB2511B) is known color: Rose Of Sharon. HEX triplet: B2, 51 and 1B. RGB value is (178,81,27). Sum of RGB (Red+Green+Blue) = 178+81+27=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B2511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2511B is #4DAEE4. Grayscale: #686868. Windows color (decimal): -5091045 or 1790386. OLE color: 1790386.

HSL color Cylindrical-coordinate representation of color #B2511B: hue angle of 21.46º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2511B is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 81 27 -
CMYK 0 0.54 0.85 0.30
HSL 21.46º 0.74% 0.4% -
HSV(B) 21.46º 0.85% 0.7% -
XYZ 21.5 15.43 2.88 -
YUV 103.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 178 81 27 0 0.54 0.85 0.30 21.46 0.74 0.4
Hex B2 51 1B 0 36 55 1E 15 4A 28
Octal 262 121 33 0 66 125 36 25 112 50
Binary 10110010 1010001 11011 0 110110 1010101 11110 10101 1001010 101000

Color Harmonies of #B2511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2511B

Black with #B2511B

Text Example


Text Example

White with #B2511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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