Html Css Color HEX #BB7864 Contessa

📋 copy color: '#BB7864'

red 187 ◦ green 120 ◦ blue 100

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

Shades of Contessa #BB7864

Tints of Contessa #BB7864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.48%

 BLUE value IS 100 (39.45% from 255) = 24.57%

R = 45.95%
G = 29.48%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB7864 (or 0xBB7864) is known color: Contessa. HEX triplet: BB, 78 and 64. RGB value is (187,120,100). Sum of RGB (Red+Green+Blue) = 187+120+100=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7864 is #44879B. Grayscale: #898989. Windows color (decimal): -4491164 or 6584507. OLE color: 6584507.

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

Color convert

RGB 187 120 100 -
CMYK 0 0.36 0.47 0.27
HSL 13.79º 0.39% 0.56% -
HSV(B) 13.79º 0.47% 0.73% -
XYZ 29.51 24.92 15.31 -
YUV 137.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 187 120 100 0 0.36 0.47 0.27 13.79 0.39 0.56
Hex BB 78 64 0 24 2F 1B E 27 38
Octal 273 170 144 0 44 57 33 16 47 70
Binary 10111011 1111000 1100100 0 100100 101111 11011 1110 100111 111000

Color Harmonies of #BB7864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7864

Black with #BB7864

Text Example


Text Example

White with #BB7864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7864; }

 p { color: rgb(187,120,100); }

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

background-color css

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

 a { background-color: rgb(187,120,100); }

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

border-color css

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

 span { border-color: rgb(187,120,100); }

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