Html Css Color HEX #B15420 Rose Of Sharon

📋 copy color: '#B15420'

red 177 ◦ green 84 ◦ blue 32

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

Shades of Rose Of Sharon #B15420

Tints of Rose Of Sharon #B15420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

 BLUE value IS 32 (12.89% from 255) = 10.92%

R = 60.41%
G = 28.67%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B15420 (or 0xB15420) is known color: Rose Of Sharon. HEX triplet: B1, 54 and 20. RGB value is (177,84,32). Sum of RGB (Red+Green+Blue) = 177+84+32=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B15420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15420 is #4EABDF. Grayscale: #6A6A6A. Windows color (decimal): -5155808 or 2118833. OLE color: 2118833.

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

Color convert

RGB 177 84 32 -
CMYK 0 0.53 0.82 0.31
HSL 21.52º 0.69% 0.41% -
HSV(B) 21.52º 0.82% 0.69% -
XYZ 21.56 15.79 3.28 -
YUV 105.88 86.31 178.73 -
System Red Green Blue C M Y K H S L
Decimal 177 84 32 0 0.53 0.82 0.31 21.52 0.69 0.41
Hex B1 54 20 0 35 52 1F 16 45 29
Octal 261 124 40 0 65 122 37 26 105 51
Binary 10110001 1010100 100000 0 110101 1010010 11111 10110 1000101 101001

Color Harmonies of #B15420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15420

Black with #B15420

Text Example


Text Example

White with #B15420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15420; }

 p { color: rgb(177,84,32); }

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

background-color css

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

 a { background-color: rgb(177,84,32); }

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

border-color css

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

 span { border-color: rgb(177,84,32); }

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