Html Css Color HEX #B15027 Rose Of Sharon

📋 copy color: '#B15027'

red 177 ◦ green 80 ◦ blue 39

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

Shades of Rose Of Sharon #B15027

Tints of Rose Of Sharon #B15027

RGB

 RED value IS 177 (69.53% from 255) = 59.8%

 GREEN value IS 80 (31.64% from 255) = 27.03%

 BLUE value IS 39 (15.63% from 255) = 13.18%

R = 59.8%
G = 27.03%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B15027 (or 0xB15027) is known color: Rose Of Sharon. HEX triplet: B1, 50 and 27. RGB value is (177,80,39). Sum of RGB (Red+Green+Blue) = 177+80+39=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B15027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15027 is #4EAFD8. Grayscale: #686868. Windows color (decimal): -5156825 or 2576561. OLE color: 2576561.

HSL color Cylindrical-coordinate representation of color #B15027: hue angle of 17.83º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B15027 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 80 39 -
CMYK 0 0.55 0.78 0.31
HSL 17.83º 0.64% 0.42% -
HSV(B) 17.83º 0.78% 0.69% -
XYZ 21.37 15.23 3.73 -
YUV 104.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 177 80 39 0 0.55 0.78 0.31 17.83 0.64 0.42
Hex B1 50 27 0 37 4E 1F 12 40 2A
Octal 261 120 47 0 67 116 37 22 100 52
Binary 10110001 1010000 100111 0 110111 1001110 11111 10010 1000000 101010

Color Harmonies of #B15027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15027

Black with #B15027

Text Example


Text Example

White with #B15027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15027; }

 p { color: rgb(177,80,39); }

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

background-color css

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

 a { background-color: rgb(177,80,39); }

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

border-color css

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

 span { border-color: rgb(177,80,39); }

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