Html Css Color HEX #BB7A69 Contessa

📋 copy color: '#BB7A69'

red 187 ◦ green 122 ◦ blue 105

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

Shades of Contessa #BB7A69

Tints of Contessa #BB7A69

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.47%

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

R = 45.17%
G = 29.47%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB7A69 (or 0xBB7A69) is known color: Contessa. HEX triplet: BB, 7A and 69. RGB value is (187,122,105). Sum of RGB (Red+Green+Blue) = 187+122+105=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A69 is #448596. Grayscale: #8B8B8B. Windows color (decimal): -4490647 or 6912699. OLE color: 6912699.

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

Color convert

RGB 187 122 105 -
CMYK 0 0.35 0.44 0.27
HSL 12.44º 0.38% 0.57% -
HSV(B) 12.44º 0.44% 0.73% -
XYZ 30 25.5 16.71 -
YUV 139.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 187 122 105 0 0.35 0.44 0.27 12.44 0.38 0.57
Hex BB 7A 69 0 23 2C 1B C 26 39
Octal 273 172 151 0 43 54 33 14 46 71
Binary 10111011 1111010 1101001 0 100011 101100 11011 1100 100110 111001

Color Harmonies of #BB7A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A69

Black with #BB7A69

Text Example


Text Example

White with #BB7A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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