Html Css Color HEX #BC7969 Contessa

📋 copy color: '#BC7969'

red 188 ◦ green 121 ◦ blue 105

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

Shades of Contessa #BC7969

Tints of Contessa #BC7969

RGB

 RED value IS 188 (73.83% from 255) = 45.41%

 GREEN value IS 121 (47.66% from 255) = 29.23%

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

R = 45.41%
G = 29.23%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC7969 (or 0xBC7969) is known color: Contessa. HEX triplet: BC, 79 and 69. RGB value is (188,121,105). Sum of RGB (Red+Green+Blue) = 188+121+105=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7969 is #438696. Grayscale: #8B8B8B. Windows color (decimal): -4425367 or 6912444. OLE color: 6912444.

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

Color convert

RGB 188 121 105 -
CMYK 0 0.36 0.44 0.26
HSL 11.57º 0.38% 0.57% -
HSV(B) 11.57º 0.44% 0.74% -
XYZ 30.13 25.39 16.68 -
YUV 139.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 188 121 105 0 0.36 0.44 0.26 11.57 0.38 0.57
Hex BC 79 69 0 24 2C 1A C 26 39
Octal 274 171 151 0 44 54 32 14 46 71
Binary 10111100 1111001 1101001 0 100100 101100 11010 1100 100110 111001

Color Harmonies of #BC7969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7969

Black with #BC7969

Text Example


Text Example

White with #BC7969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7969; }

 p { color: rgb(188,121,105); }

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

background-color css

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

 a { background-color: rgb(188,121,105); }

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

border-color css

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

 span { border-color: rgb(188,121,105); }

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