Html Css Color HEX #B85850 Sunset

📋 copy color: '#B85850'

red 184 ◦ green 88 ◦ blue 80

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

Shades of Sunset #B85850

Tints of Sunset #B85850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 52.27%
G = 25%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B85850 (or 0xB85850) is known color: Sunset. HEX triplet: B8, 58 and 50. RGB value is (184,88,80). Sum of RGB (Red+Green+Blue) = 184+88+80=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B85850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85850 is #47A7AF. Grayscale: #737373. Windows color (decimal): -4695984 or 5265592. OLE color: 5265592.

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

Color convert

RGB 184 88 80 -
CMYK 0 0.52 0.57 0.28
HSL 4.62º 0.42% 0.52% -
HSV(B) 4.62º 0.57% 0.72% -
XYZ 24.7 17.75 9.71 -
YUV 115.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 184 88 80 0 0.52 0.57 0.28 4.62 0.42 0.52
Hex B8 58 50 0 34 39 1C 5 2A 34
Octal 270 130 120 0 64 71 34 5 52 64
Binary 10111000 1011000 1010000 0 110100 111001 11100 101 101010 110100

Color Harmonies of #B85850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85850

Black with #B85850

Text Example


Text Example

White with #B85850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85850; }

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

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

background-color css

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

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

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

border-color css

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

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

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