Html Css Color HEX #B86C62 Contessa

📋 copy color: '#B86C62'

red 184 ◦ green 108 ◦ blue 98

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

Shades of Contessa #B86C62

Tints of Contessa #B86C62

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.69%

 BLUE value IS 98 (38.67% from 255) = 25.13%

R = 47.18%
G = 27.69%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B86C62 (or 0xB86C62) is known color: Contessa. HEX triplet: B8, 6C and 62. RGB value is (184,108,98). Sum of RGB (Red+Green+Blue) = 184+108+98=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86C62 is #47939D. Grayscale: #818181. Windows color (decimal): -4690846 or 6450360. OLE color: 6450360.

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

Color convert

RGB 184 108 98 -
CMYK 0 0.41 0.47 0.28
HSL 6.98º 0.38% 0.55% -
HSV(B) 6.98º 0.47% 0.72% -
XYZ 27.33 21.8 14.32 -
YUV 129.58 110.18 166.81 -
System Red Green Blue C M Y K H S L
Decimal 184 108 98 0 0.41 0.47 0.28 6.98 0.38 0.55
Hex B8 6C 62 0 29 2F 1C 7 26 37
Octal 270 154 142 0 51 57 34 7 46 67
Binary 10111000 1101100 1100010 0 101001 101111 11100 111 100110 110111

Color Harmonies of #B86C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86C62

Black with #B86C62

Text Example


Text Example

White with #B86C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86C62; }

 p { color: rgb(184,108,98); }

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

background-color css

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

 a { background-color: rgb(184,108,98); }

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

border-color css

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

 span { border-color: rgb(184,108,98); }

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