Html Css Color HEX #B76868 Contessa

📋 copy color: '#B76868'

red 183 ◦ green 104 ◦ blue 104

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

Shades of Contessa #B76868

Tints of Contessa #B76868

RGB

 RED value IS 183 (71.88% from 255) = 46.8%

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

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

R = 46.8%
G = 26.6%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B76868 (or 0xB76868) is known color: Contessa. HEX triplet: B7, 68 and 68. RGB value is (183,104,104). Sum of RGB (Red+Green+Blue) = 183+104+104=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B76868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76868 is #489797. Grayscale: #7F7F7F. Windows color (decimal): -4757400 or 6842551. OLE color: 6842551.

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

Color convert

RGB 183 104 104 -
CMYK 0 0.43 0.43 0.28
HSL 0.35% 0.56% -
HSV(B) 0.43% 0.72% -
XYZ 26.98 20.97 15.72 -
YUV 127.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 183 104 104 0 0.43 0.43 0.28 0 0.35 0.56
Hex B7 68 68 0 2B 2B 1C 0 23 38
Octal 267 150 150 0 53 53 34 0 43 70
Binary 10110111 1101000 1101000 0 101011 101011 11100 0 100011 111000

Color Harmonies of #B76868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76868

Black with #B76868

Text Example


Text Example

White with #B76868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76868; }

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

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

background-color css

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

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

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

border-color css

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

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

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