Html Css Color HEX #B15324 Rose Of Sharon

📋 copy color: '#B15324'

red 177 ◦ green 83 ◦ blue 36

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

Shades of Rose Of Sharon #B15324

Tints of Rose Of Sharon #B15324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

 BLUE value IS 36 (14.45% from 255) = 12.16%

R = 59.8%
G = 28.04%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B15324 (or 0xB15324) is known color: Rose Of Sharon. HEX triplet: B1, 53 and 24. RGB value is (177,83,36). Sum of RGB (Red+Green+Blue) = 177+83+36=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B15324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15324 is #4EACDB. Grayscale: #6A6A6A. Windows color (decimal): -5156060 or 2380721. OLE color: 2380721.

HSL color Cylindrical-coordinate representation of color #B15324: hue angle of 20º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B15324 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 83 36 -
CMYK 0 0.53 0.80 0.31
HSL 20º 0.66% 0.42% -
HSV(B) 20º 0.8% 0.69% -
XYZ 21.54 15.66 3.56 -
YUV 105.75 88.64 178.82 -
System Red Green Blue C M Y K H S L
Decimal 177 83 36 0 0.53 0.80 0.31 20 0.66 0.42
Hex B1 53 24 0 35 50 1F 14 42 2A
Octal 261 123 44 0 65 120 37 24 102 52
Binary 10110001 1010011 100100 0 110101 1010000 11111 10100 1000010 101010

Color Harmonies of #B15324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15324

Black with #B15324

Text Example


Text Example

White with #B15324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15324; }

 p { color: rgb(177,83,36); }

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

background-color css

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

 a { background-color: rgb(177,83,36); }

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

border-color css

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

 span { border-color: rgb(177,83,36); }

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