Html Css Color HEX #BB7C69 Contessa

📋 copy color: '#BB7C69'

red 187 ◦ green 124 ◦ blue 105

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

Shades of Contessa #BB7C69

Tints of Contessa #BB7C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.81%

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

R = 44.95%
G = 29.81%
B = 25.24%

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

#BB7C69 (or 0xBB7C69) is known color: Contessa. HEX triplet: BB, 7C and 69. RGB value is (187,124,105). Sum of RGB (Red+Green+Blue) = 187+124+105=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7C69 is #448396. Grayscale: #8C8C8C. Windows color (decimal): -4490135 or 6913211. OLE color: 6913211.

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

Color convert

RGB 187 124 105 -
CMYK 0 0.34 0.44 0.27
HSL 13.9º 0.38% 0.57% -
HSV(B) 13.9º 0.44% 0.73% -
XYZ 30.25 26 16.79 -
YUV 140.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 187 124 105 0 0.34 0.44 0.27 13.9 0.38 0.57
Hex BB 7C 69 0 22 2C 1B E 26 39
Octal 273 174 151 0 42 54 33 16 46 71
Binary 10111011 1111100 1101001 0 100010 101100 11011 1110 100110 111001

Color Harmonies of #BB7C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C69

Black with #BB7C69

Text Example


Text Example

White with #BB7C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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