Html Css Color HEX #BB755F Contessa

📋 copy color: '#BB755F'

red 187 ◦ green 117 ◦ blue 95

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

Shades of Contessa #BB755F

Tints of Contessa #BB755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 46.87%
G = 29.32%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB755F (or 0xBB755F) is known color: Contessa. HEX triplet: BB, 75 and 5F. RGB value is (187,117,95). Sum of RGB (Red+Green+Blue) = 187+117+95=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB755F is #448AA0. Grayscale: #878787. Windows color (decimal): -4491937 or 6256059. OLE color: 6256059.

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

Color convert

RGB 187 117 95 -
CMYK 0 0.37 0.49 0.27
HSL 14.35º 0.4% 0.55% -
HSV(B) 14.35º 0.49% 0.73% -
XYZ 28.92 24.11 13.96 -
YUV 135.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 187 117 95 0 0.37 0.49 0.27 14.35 0.4 0.55
Hex BB 75 5F 0 25 31 1B E 28 37
Octal 273 165 137 0 45 61 33 16 50 67
Binary 10111011 1110101 1011111 0 100101 110001 11011 1110 101000 110111

Color Harmonies of #BB755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB755F

Black with #BB755F

Text Example


Text Example

White with #BB755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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