Html Css Color HEX #BC6F69 Contessa

📋 copy color: '#BC6F69'

red 188 ◦ green 111 ◦ blue 105

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

Shades of Contessa #BC6F69

Tints of Contessa #BC6F69

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.48%

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

R = 46.53%
G = 27.48%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC6F69 (or 0xBC6F69) is known color: Contessa. HEX triplet: BC, 6F and 69. RGB value is (188,111,105). Sum of RGB (Red+Green+Blue) = 188+111+105=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F69 is #439096. Grayscale: #858585. Windows color (decimal): -4427927 or 6909884. OLE color: 6909884.

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

Color convert

RGB 188 111 105 -
CMYK 0 0.41 0.44 0.26
HSL 4.34º 0.38% 0.57% -
HSV(B) 4.34º 0.44% 0.74% -
XYZ 28.97 23.08 16.29 -
YUV 133.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 188 111 105 0 0.41 0.44 0.26 4.34 0.38 0.57
Hex BC 6F 69 0 29 2C 1A 4 26 39
Octal 274 157 151 0 51 54 32 4 46 71
Binary 10111100 1101111 1101001 0 101001 101100 11010 100 100110 111001

Color Harmonies of #BC6F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F69

Black with #BC6F69

Text Example


Text Example

White with #BC6F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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