Html Css Color HEX #B86D6B Contessa

📋 copy color: '#B86D6B'

red 184 ◦ green 109 ◦ blue 107

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

Shades of Contessa #B86D6B

Tints of Contessa #B86D6B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.25%

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 46%
G = 27.25%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B86D6B (or 0xB86D6B) is known color: Contessa. HEX triplet: B8, 6D and 6B. RGB value is (184,109,107). Sum of RGB (Red+Green+Blue) = 184+109+107=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D6B is #479294. Grayscale: #838383. Windows color (decimal): -4690581 or 7040440. OLE color: 7040440.

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

Color convert

RGB 184 109 107 -
CMYK 0 0.41 0.42 0.28
HSL 1.56º 0.35% 0.57% -
HSV(B) 1.56º 0.42% 0.72% -
XYZ 27.89 22.19 16.72 -
YUV 131.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 184 109 107 0 0.41 0.42 0.28 1.56 0.35 0.57
Hex B8 6D 6B 0 29 2A 1C 2 23 39
Octal 270 155 153 0 51 52 34 2 43 71
Binary 10111000 1101101 1101011 0 101001 101010 11100 10 100011 111001

Color Harmonies of #B86D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86D6B

Black with #B86D6B

Text Example


Text Example

White with #B86D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86D6B; }

 p { color: rgb(184,109,107); }

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

background-color css

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

 a { background-color: rgb(184,109,107); }

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

border-color css

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

 span { border-color: rgb(184,109,107); }

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