Html Css Color HEX #BB7B69 Contessa

📋 copy color: '#BB7B69'

red 187 ◦ green 123 ◦ blue 105

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

Shades of Contessa #BB7B69

Tints of Contessa #BB7B69

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.64%

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

R = 45.06%
G = 29.64%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB7B69 (or 0xBB7B69) is known color: Contessa. HEX triplet: BB, 7B and 69. RGB value is (187,123,105). Sum of RGB (Red+Green+Blue) = 187+123+105=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B69 is #448496. Grayscale: #8C8C8C. Windows color (decimal): -4490391 or 6912955. OLE color: 6912955.

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

Color convert

RGB 187 123 105 -
CMYK 0 0.34 0.44 0.27
HSL 13.17º 0.38% 0.57% -
HSV(B) 13.17º 0.44% 0.73% -
XYZ 30.13 25.75 16.75 -
YUV 140.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 187 123 105 0 0.34 0.44 0.27 13.17 0.38 0.57
Hex BB 7B 69 0 22 2C 1B D 26 39
Octal 273 173 151 0 42 54 33 15 46 71
Binary 10111011 1111011 1101001 0 100010 101100 11011 1101 100110 111001

Color Harmonies of #BB7B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B69

Black with #BB7B69

Text Example


Text Example

White with #BB7B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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