Html Css Color HEX #BB755E Contessa

📋 copy color: '#BB755E'

red 187 ◦ green 117 ◦ blue 94

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

Shades of Contessa #BB755E

Tints of Contessa #BB755E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.62%

R = 46.98%
G = 29.4%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB755E (or 0xBB755E) is known color: Contessa. HEX triplet: BB, 75 and 5E. RGB value is (187,117,94). Sum of RGB (Red+Green+Blue) = 187+117+94=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB755E is #448AA1. Grayscale: #878787. Windows color (decimal): -4491938 or 6190523. OLE color: 6190523.

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

Color convert

RGB 187 117 94 -
CMYK 0 0.37 0.50 0.27
HSL 14.84º 0.41% 0.55% -
HSV(B) 14.84º 0.5% 0.73% -
XYZ 28.88 24.1 13.72 -
YUV 135.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 187 117 94 0 0.37 0.50 0.27 14.84 0.41 0.55
Hex BB 75 5E 0 25 32 1B F 29 37
Octal 273 165 136 0 45 62 33 17 51 67
Binary 10111011 1110101 1011110 0 100101 110010 11011 1111 101001 110111

Color Harmonies of #BB755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB755E

Black with #BB755E

Text Example


Text Example

White with #BB755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB755E; }

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

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

background-color css

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

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

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

border-color css

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

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

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