Html Css Color HEX #BB756D Contessa

📋 copy color: '#BB756D'

red 187 ◦ green 117 ◦ blue 109

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

Shades of Contessa #BB756D

Tints of Contessa #BB756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.39%

R = 45.28%
G = 28.33%
B = 26.39%

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

#BB756D (or 0xBB756D) is known color: Contessa. HEX triplet: BB, 75 and 6D. RGB value is (187,117,109). Sum of RGB (Red+Green+Blue) = 187+117+109=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB756D is #448A92. Grayscale: #898989. Windows color (decimal): -4491923 or 7173563. OLE color: 7173563.

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

Color convert

RGB 187 117 109 -
CMYK 0 0.37 0.42 0.27
HSL 6.15º 0.36% 0.58% -
HSV(B) 6.15º 0.42% 0.73% -
XYZ 29.62 24.39 17.62 -
YUV 137.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 187 117 109 0 0.37 0.42 0.27 6.15 0.36 0.58
Hex BB 75 6D 0 25 2A 1B 6 24 3A
Octal 273 165 155 0 45 52 33 6 44 72
Binary 10111011 1110101 1101101 0 100101 101010 11011 110 100100 111010

Color Harmonies of #BB756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB756D

Black with #BB756D

Text Example


Text Example

White with #BB756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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