Html Css Color HEX #B85020 Rose Of Sharon

📋 copy color: '#B85020'

red 184 ◦ green 80 ◦ blue 32

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

Shades of Rose Of Sharon #B85020

Tints of Rose Of Sharon #B85020

RGB

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

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

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

R = 62.16%
G = 27.03%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B85020 (or 0xB85020) is known color: Rose Of Sharon. HEX triplet: B8, 50 and 20. RGB value is (184,80,32). Sum of RGB (Red+Green+Blue) = 184+80+32=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B85020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85020 is #47AFDF. Grayscale: #696969. Windows color (decimal): -4698080 or 2117816. OLE color: 2117816.

HSL color Cylindrical-coordinate representation of color #B85020: hue angle of 18.95º 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 #B85020 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 80 32 -
CMYK 0 0.57 0.83 0.28
HSL 18.95º 0.7% 0.42% -
HSV(B) 18.95º 0.83% 0.72% -
XYZ 22.9 16.03 3.25 -
YUV 105.62 86.46 183.9 -
System Red Green Blue C M Y K H S L
Decimal 184 80 32 0 0.57 0.83 0.28 18.95 0.7 0.42
Hex B8 50 20 0 39 53 1C 13 46 2A
Octal 270 120 40 0 71 123 34 23 106 52
Binary 10111000 1010000 100000 0 111001 1010011 11100 10011 1000110 101010

Color Harmonies of #B85020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85020

Black with #B85020

Text Example


Text Example

White with #B85020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85020; }

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

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

background-color css

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

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

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

border-color css

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

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

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