Html Css Color HEX #B2511C Rose Of Sharon

📋 copy color: '#B2511C'

red 178 ◦ green 81 ◦ blue 28

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

Shades of Rose Of Sharon #B2511C

Tints of Rose Of Sharon #B2511C

RGB

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

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

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

R = 62.02%
G = 28.22%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2511C (or 0xB2511C) is known color: Rose Of Sharon. HEX triplet: B2, 51 and 1C. RGB value is (178,81,28). Sum of RGB (Red+Green+Blue) = 178+81+28=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B2511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2511C is #4DAEE3. Grayscale: #686868. Windows color (decimal): -5091044 or 1855922. OLE color: 1855922.

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

Color convert

RGB 178 81 28 -
CMYK 0 0.54 0.84 0.30
HSL 21.2º 0.73% 0.4% -
HSV(B) 21.2º 0.84% 0.7% -
XYZ 21.51 15.43 2.94 -
YUV 103.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 178 81 28 0 0.54 0.84 0.30 21.2 0.73 0.4
Hex B2 51 1C 0 36 54 1E 15 49 28
Octal 262 121 34 0 66 124 36 25 111 50
Binary 10110010 1010001 11100 0 110110 1010100 11110 10101 1001001 101000

Color Harmonies of #B2511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2511C

Black with #B2511C

Text Example


Text Example

White with #B2511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2511C; }

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

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

background-color css

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

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

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

border-color css

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

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

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