Html Css Color HEX #BB756C Contessa

📋 copy color: '#BB756C'

red 187 ◦ green 117 ◦ blue 108

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

Shades of Contessa #BB756C

Tints of Contessa #BB756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.4%

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

R = 45.39%
G = 28.4%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB756C (or 0xBB756C) is known color: Contessa. HEX triplet: BB, 75 and 6C. RGB value is (187,117,108). Sum of RGB (Red+Green+Blue) = 187+117+108=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB756C is #448A93. Grayscale: #898989. Windows color (decimal): -4491924 or 7108027. OLE color: 7108027.

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

Color convert

RGB 187 117 108 -
CMYK 0 0.37 0.42 0.27
HSL 6.84º 0.37% 0.58% -
HSV(B) 6.84º 0.42% 0.73% -
XYZ 29.56 24.37 17.33 -
YUV 136.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 187 117 108 0 0.37 0.42 0.27 6.84 0.37 0.58
Hex BB 75 6C 0 25 2A 1B 7 25 3A
Octal 273 165 154 0 45 52 33 7 45 72
Binary 10111011 1110101 1101100 0 100101 101010 11011 111 100101 111010

Color Harmonies of #BB756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB756C

Black with #BB756C

Text Example


Text Example

White with #BB756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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