Html Css Color HEX #B76664 Contessa

📋 copy color: '#B76664'

red 183 ◦ green 102 ◦ blue 100

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

Shades of Contessa #B76664

Tints of Contessa #B76664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

 BLUE value IS 100 (39.45% from 255) = 25.97%

R = 47.53%
G = 26.49%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B76664 (or 0xB76664) is known color: Contessa. HEX triplet: B7, 66 and 64. RGB value is (183,102,100). Sum of RGB (Red+Green+Blue) = 183+102+100=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B76664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76664 is #48999B. Grayscale: #7E7E7E. Windows color (decimal): -4757916 or 6579895. OLE color: 6579895.

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

Color convert

RGB 183 102 100 -
CMYK 0 0.44 0.45 0.28
HSL 1.45º 0.37% 0.55% -
HSV(B) 1.45º 0.45% 0.72% -
XYZ 26.58 20.49 14.61 -
YUV 125.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 183 102 100 0 0.44 0.45 0.28 1.45 0.37 0.55
Hex B7 66 64 0 2C 2D 1C 1 25 37
Octal 267 146 144 0 54 55 34 1 45 67
Binary 10110111 1100110 1100100 0 101100 101101 11100 1 100101 110111

Color Harmonies of #B76664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76664

Black with #B76664

Text Example


Text Example

White with #B76664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76664; }

 p { color: rgb(183,102,100); }

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

background-color css

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

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

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

border-color css

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

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

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