Html Css Color HEX #B85120 Rose Of Sharon

📋 copy color: '#B85120'

red 184 ◦ green 81 ◦ blue 32

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

Shades of Rose Of Sharon #B85120

Tints of Rose Of Sharon #B85120

RGB

 RED value IS 184 (72.27% from 255) = 61.95%

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

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

R = 61.95%
G = 27.27%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B85120 (or 0xB85120) is known color: Rose Of Sharon. HEX triplet: B8, 51 and 20. RGB value is (184,81,32). Sum of RGB (Red+Green+Blue) = 184+81+32=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B85120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85120 is #47AEDF. Grayscale: #6A6A6A. Windows color (decimal): -4697824 or 2118072. OLE color: 2118072.

HSL color Cylindrical-coordinate representation of color #B85120: hue angle of 19.34º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B85120 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 32 -
CMYK 0 0.56 0.83 0.28
HSL 19.34º 0.7% 0.42% -
HSV(B) 19.34º 0.83% 0.72% -
XYZ 22.97 16.18 3.28 -
YUV 106.21 86.12 183.48 -
System Red Green Blue C M Y K H S L
Decimal 184 81 32 0 0.56 0.83 0.28 19.34 0.7 0.42
Hex B8 51 20 0 38 53 1C 13 46 2A
Octal 270 121 40 0 70 123 34 23 106 52
Binary 10111000 1010001 100000 0 111000 1010011 11100 10011 1000110 101010

Color Harmonies of #B85120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85120

Black with #B85120

Text Example


Text Example

White with #B85120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85120; }

 p { color: rgb(184,81,32); }

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

background-color css

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

 a { background-color: rgb(184,81,32); }

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

border-color css

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

 span { border-color: rgb(184,81,32); }

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