Html Css Color HEX #B96868 Contessa

📋 copy color: '#B96868'

red 185 ◦ green 104 ◦ blue 104

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

Shades of Contessa #B96868

Tints of Contessa #B96868

RGB

 RED value IS 185 (72.66% from 255) = 47.07%

 GREEN value IS 104 (41.02% from 255) = 26.46%

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 47.07%
G = 26.46%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B96868 (or 0xB96868) is known color: Contessa. HEX triplet: B9, 68 and 68. RGB value is (185,104,104). Sum of RGB (Red+Green+Blue) = 185+104+104=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B96868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96868 is #469797. Grayscale: #808080. Windows color (decimal): -4626328 or 6842553. OLE color: 6842553.

HSL color Cylindrical-coordinate representation of color #B96868: hue angle of 0º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96868 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 104 104 -
CMYK 0 0.44 0.44 0.27
HSL 0.37% 0.57% -
HSV(B) 0.44% 0.73% -
XYZ 27.46 21.21 15.74 -
YUV 128.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 185 104 104 0 0.44 0.44 0.27 0 0.37 0.57
Hex B9 68 68 0 2C 2C 1B 0 25 39
Octal 271 150 150 0 54 54 33 0 45 71
Binary 10111001 1101000 1101000 0 101100 101100 11011 0 100101 111001

Color Harmonies of #B96868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96868

Black with #B96868

Text Example


Text Example

White with #B96868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96868; }

 p { color: rgb(185,104,104); }

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

background-color css

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

 a { background-color: rgb(185,104,104); }

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

border-color css

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

 span { border-color: rgb(185,104,104); }

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