Html Css Color HEX #BB7869 Contessa

📋 copy color: '#BB7869'

red 187 ◦ green 120 ◦ blue 105

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

Shades of Contessa #BB7869

Tints of Contessa #BB7869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.49%

R = 45.39%
G = 29.13%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB7869 (or 0xBB7869) is known color: Contessa. HEX triplet: BB, 78 and 69. RGB value is (187,120,105). Sum of RGB (Red+Green+Blue) = 187+120+105=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7869 is #448796. Grayscale: #8A8A8A. Windows color (decimal): -4491159 or 6912187. OLE color: 6912187.

HSL color Cylindrical-coordinate representation of color #BB7869: hue angle of 10.98º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB7869 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 120 105 -
CMYK 0 0.36 0.44 0.27
HSL 10.98º 0.38% 0.57% -
HSV(B) 10.98º 0.44% 0.73% -
XYZ 29.76 25.02 16.62 -
YUV 138.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 187 120 105 0 0.36 0.44 0.27 10.98 0.38 0.57
Hex BB 78 69 0 24 2C 1B B 26 39
Octal 273 170 151 0 44 54 33 13 46 71
Binary 10111011 1111000 1101001 0 100100 101100 11011 1011 100110 111001

Color Harmonies of #BB7869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7869

Black with #BB7869

Text Example


Text Example

White with #BB7869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7869; }

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

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

background-color css

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

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

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

border-color css

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

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

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