Html Css Color HEX #B2511E Rose Of Sharon

📋 copy color: '#B2511E'

red 178 ◦ green 81 ◦ blue 30

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

Shades of Rose Of Sharon #B2511E

Tints of Rose Of Sharon #B2511E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 61.59%
G = 28.03%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2511E (or 0xB2511E) is known color: Rose Of Sharon. HEX triplet: B2, 51 and 1E. RGB value is (178,81,30). Sum of RGB (Red+Green+Blue) = 178+81+30=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2511E is #4DAEE1. Grayscale: #686868. Windows color (decimal): -5091042 or 1986994. OLE color: 1986994.

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

Color convert

RGB 178 81 30 -
CMYK 0 0.54 0.83 0.30
HSL 20.68º 0.71% 0.41% -
HSV(B) 20.68º 0.83% 0.7% -
XYZ 21.54 15.44 3.07 -
YUV 104.19 86.14 180.65 -
System Red Green Blue C M Y K H S L
Decimal 178 81 30 0 0.54 0.83 0.30 20.68 0.71 0.41
Hex B2 51 1E 0 36 53 1E 15 47 29
Octal 262 121 36 0 66 123 36 25 107 51
Binary 10110010 1010001 11110 0 110110 1010011 11110 10101 1000111 101001

Color Harmonies of #B2511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2511E

Black with #B2511E

Text Example


Text Example

White with #B2511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2511E; }

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

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

background-color css

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

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

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

border-color css

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

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

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