Html Css Color HEX #BB7563 Contessa

📋 copy color: '#BB7563'

red 187 ◦ green 117 ◦ blue 99

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

Shades of Contessa #BB7563

Tints of Contessa #BB7563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.57%

R = 46.4%
G = 29.03%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB7563 (or 0xBB7563) is known color: Contessa. HEX triplet: BB, 75 and 63. RGB value is (187,117,99). Sum of RGB (Red+Green+Blue) = 187+117+99=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7563 is #448A9C. Grayscale: #888888. Windows color (decimal): -4491933 or 6518203. OLE color: 6518203.

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

Color convert

RGB 187 117 99 -
CMYK 0 0.37 0.47 0.27
HSL 12.27º 0.39% 0.56% -
HSV(B) 12.27º 0.47% 0.73% -
XYZ 29.11 24.19 14.94 -
YUV 135.88 107.19 164.46 -
System Red Green Blue C M Y K H S L
Decimal 187 117 99 0 0.37 0.47 0.27 12.27 0.39 0.56
Hex BB 75 63 0 25 2F 1B C 27 38
Octal 273 165 143 0 45 57 33 14 47 70
Binary 10111011 1110101 1100011 0 100101 101111 11011 1100 100111 111000

Color Harmonies of #BB7563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7563

Black with #BB7563

Text Example


Text Example

White with #BB7563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7563; }

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

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

background-color css

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

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

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

border-color css

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

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

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