Html Css Color HEX #B76B6B Contessa

📋 copy color: '#B76B6B'

red 183 ◦ green 107 ◦ blue 107

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

Shades of Contessa #B76B6B

Tints of Contessa #B76B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.95%

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

R = 46.1%
G = 26.95%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B76B6B (or 0xB76B6B) is known color: Contessa. HEX triplet: B7, 6B and 6B. RGB value is (183,107,107). Sum of RGB (Red+Green+Blue) = 183+107+107=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76B6B is #489494. Grayscale: #818181. Windows color (decimal): -4756629 or 7039927. OLE color: 7039927.

HSL color Cylindrical-coordinate representation of color #B76B6B: hue angle of 0º 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 #B76B6B is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 107 107 -
CMYK 0 0.42 0.42 0.28
HSL 0.35% 0.57% -
HSV(B) 0.42% 0.72% -
XYZ 27.44 21.64 16.64 -
YUV 129.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 183 107 107 0 0.42 0.42 0.28 0 0.35 0.57
Hex B7 6B 6B 0 2A 2A 1C 0 23 39
Octal 267 153 153 0 52 52 34 0 43 71
Binary 10110111 1101011 1101011 0 101010 101010 11100 0 100011 111001

Color Harmonies of #B76B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B6B

Black with #B76B6B

Text Example


Text Example

White with #B76B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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