Html Css Color HEX #B85652 Sunset

📋 copy color: '#B85652'

red 184 ◦ green 86 ◦ blue 82

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

Shades of Sunset #B85652

Tints of Sunset #B85652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.43%

 BLUE value IS 82 (32.42% from 255) = 23.3%

R = 52.27%
G = 24.43%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B85652 (or 0xB85652) is known color: Sunset. HEX triplet: B8, 56 and 52. RGB value is (184,86,82). Sum of RGB (Red+Green+Blue) = 184+86+82=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B85652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85652 is #47A9AD. Grayscale: #727272. Windows color (decimal): -4696494 or 5396152. OLE color: 5396152.

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

Color convert

RGB 184 86 82 -
CMYK 0 0.53 0.55 0.28
HSL 2.35º 0.42% 0.52% -
HSV(B) 2.35º 0.55% 0.72% -
XYZ 24.62 17.46 10.05 -
YUV 114.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 184 86 82 0 0.53 0.55 0.28 2.35 0.42 0.52
Hex B8 56 52 0 35 37 1C 2 2A 34
Octal 270 126 122 0 65 67 34 2 52 64
Binary 10111000 1010110 1010010 0 110101 110111 11100 10 101010 110100

Color Harmonies of #B85652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85652

Black with #B85652

Text Example


Text Example

White with #B85652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85652; }

 p { color: rgb(184,86,82); }

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

background-color css

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

 a { background-color: rgb(184,86,82); }

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

border-color css

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

 span { border-color: rgb(184,86,82); }

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