Html Css Color HEX #BB7565 Contessa

📋 copy color: '#BB7565'

red 187 ◦ green 117 ◦ blue 101

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

Shades of Contessa #BB7565

Tints of Contessa #BB7565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.94%

R = 46.17%
G = 28.89%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB7565 (or 0xBB7565) is known color: Contessa. HEX triplet: BB, 75 and 65. RGB value is (187,117,101). Sum of RGB (Red+Green+Blue) = 187+117+101=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7565 is #448A9A. Grayscale: #888888. Windows color (decimal): -4491931 or 6649275. OLE color: 6649275.

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

Color convert

RGB 187 117 101 -
CMYK 0 0.37 0.46 0.27
HSL 11.16º 0.39% 0.56% -
HSV(B) 11.16º 0.46% 0.73% -
XYZ 29.2 24.23 15.45 -
YUV 136.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 187 117 101 0 0.37 0.46 0.27 11.16 0.39 0.56
Hex BB 75 65 0 25 2E 1B B 27 38
Octal 273 165 145 0 45 56 33 13 47 70
Binary 10111011 1110101 1100101 0 100101 101110 11011 1011 100111 111000

Color Harmonies of #BB7565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7565

Black with #BB7565

Text Example


Text Example

White with #BB7565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7565; }

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

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

background-color css

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

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

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

border-color css

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

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

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