Html Css Color HEX #B86A63 Contessa

📋 copy color: '#B86A63'

red 184 ◦ green 106 ◦ blue 99

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

Shades of Contessa #B86A63

Tints of Contessa #B86A63

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.25%

 BLUE value IS 99 (39.06% from 255) = 25.45%

R = 47.3%
G = 27.25%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B86A63 (or 0xB86A63) is known color: Contessa. HEX triplet: B8, 6A and 63. RGB value is (184,106,99). Sum of RGB (Red+Green+Blue) = 184+106+99=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86A63 is #47959C. Grayscale: #808080. Windows color (decimal): -4691357 or 6515384. OLE color: 6515384.

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

Color convert

RGB 184 106 99 -
CMYK 0 0.42 0.46 0.28
HSL 4.94º 0.37% 0.55% -
HSV(B) 4.94º 0.46% 0.72% -
XYZ 27.17 21.4 14.5 -
YUV 128.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 184 106 99 0 0.42 0.46 0.28 4.94 0.37 0.55
Hex B8 6A 63 0 2A 2E 1C 5 25 37
Octal 270 152 143 0 52 56 34 5 45 67
Binary 10111000 1101010 1100011 0 101010 101110 11100 101 100101 110111

Color Harmonies of #B86A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86A63

Black with #B86A63

Text Example


Text Example

White with #B86A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86A63; }

 p { color: rgb(184,106,99); }

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

background-color css

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

 a { background-color: rgb(184,106,99); }

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

border-color css

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

 span { border-color: rgb(184,106,99); }

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