Html Css Color HEX #BB7B6C Contessa

📋 copy color: '#BB7B6C'

red 187 ◦ green 123 ◦ blue 108

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

Shades of Contessa #BB7B6C

Tints of Contessa #BB7B6C

RGB

 RED value IS 187 (73.44% from 255) = 44.74%

 GREEN value IS 123 (48.44% from 255) = 29.43%

 BLUE value IS 108 (42.58% from 255) = 25.84%

R = 44.74%
G = 29.43%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB7B6C (or 0xBB7B6C) is known color: Contessa. HEX triplet: BB, 7B and 6C. RGB value is (187,123,108). Sum of RGB (Red+Green+Blue) = 187+123+108=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B6C is #448493. Grayscale: #8C8C8C. Windows color (decimal): -4490388 or 7109563. OLE color: 7109563.

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

Color convert

RGB 187 123 108 -
CMYK 0 0.34 0.42 0.27
HSL 11.39º 0.37% 0.58% -
HSV(B) 11.39º 0.42% 0.73% -
XYZ 30.28 25.81 17.57 -
YUV 140.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 187 123 108 0 0.34 0.42 0.27 11.39 0.37 0.58
Hex BB 7B 6C 0 22 2A 1B B 25 3A
Octal 273 173 154 0 42 52 33 13 45 72
Binary 10111011 1111011 1101100 0 100010 101010 11011 1011 100101 111010

Color Harmonies of #BB7B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B6C

Black with #BB7B6C

Text Example


Text Example

White with #BB7B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B6C; }

 p { color: rgb(187,123,108); }

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

background-color css

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

 a { background-color: rgb(187,123,108); }

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

border-color css

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

 span { border-color: rgb(187,123,108); }

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