Html Css Color HEX #BC7669 Contessa

📋 copy color: '#BC7669'

red 188 ◦ green 118 ◦ blue 105

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

Shades of Contessa #BC7669

Tints of Contessa #BC7669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.71%

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

R = 45.74%
G = 28.71%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC7669 (or 0xBC7669) is known color: Contessa. HEX triplet: BC, 76 and 69. RGB value is (188,118,105). Sum of RGB (Red+Green+Blue) = 188+118+105=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7669 is #438996. Grayscale: #898989. Windows color (decimal): -4426135 or 6911676. OLE color: 6911676.

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

Color convert

RGB 188 118 105 -
CMYK 0 0.37 0.44 0.26
HSL 9.4º 0.38% 0.57% -
HSV(B) 9.4º 0.44% 0.74% -
XYZ 29.77 24.67 16.56 -
YUV 137.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 188 118 105 0 0.37 0.44 0.26 9.4 0.38 0.57
Hex BC 76 69 0 25 2C 1A 9 26 39
Octal 274 166 151 0 45 54 32 11 46 71
Binary 10111100 1110110 1101001 0 100101 101100 11010 1001 100110 111001

Color Harmonies of #BC7669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7669

Black with #BC7669

Text Example


Text Example

White with #BC7669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7669; }

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

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

background-color css

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

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

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

border-color css

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

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

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