Html Css Color HEX #BB756F Contessa

📋 copy color: '#BB756F'

red 187 ◦ green 117 ◦ blue 111

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

Shades of Contessa #BB756F

Tints of Contessa #BB756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.75%

R = 45.06%
G = 28.19%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB756F (or 0xBB756F) is known color: Contessa. HEX triplet: BB, 75 and 6F. RGB value is (187,117,111). Sum of RGB (Red+Green+Blue) = 187+117+111=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB756F is #448A90. Grayscale: #898989. Windows color (decimal): -4491921 or 7304635. OLE color: 7304635.

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

Color convert

RGB 187 117 111 -
CMYK 0 0.37 0.41 0.27
HSL 4.74º 0.36% 0.58% -
HSV(B) 4.74º 0.41% 0.73% -
XYZ 29.72 24.44 18.19 -
YUV 137.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 187 117 111 0 0.37 0.41 0.27 4.74 0.36 0.58
Hex BB 75 6F 0 25 29 1B 5 24 3A
Octal 273 165 157 0 45 51 33 5 44 72
Binary 10111011 1110101 1101111 0 100101 101001 11011 101 100100 111010

Color Harmonies of #BB756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB756F

Black with #BB756F

Text Example


Text Example

White with #BB756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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