Html Css Color HEX #BC6F67 Contessa

📋 copy color: '#BC6F67'

red 188 ◦ green 111 ◦ blue 103

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

Shades of Contessa #BC6F67

Tints of Contessa #BC6F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.62%

R = 46.77%
G = 27.61%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC6F67 (or 0xBC6F67) is known color: Contessa. HEX triplet: BC, 6F and 67. RGB value is (188,111,103). Sum of RGB (Red+Green+Blue) = 188+111+103=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F67 is #439098. Grayscale: #858585. Windows color (decimal): -4427929 or 6778812. OLE color: 6778812.

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

Color convert

RGB 188 111 103 -
CMYK 0 0.41 0.45 0.26
HSL 5.65º 0.39% 0.57% -
HSV(B) 5.65º 0.45% 0.74% -
XYZ 28.87 23.04 15.76 -
YUV 133.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 188 111 103 0 0.41 0.45 0.26 5.65 0.39 0.57
Hex BC 6F 67 0 29 2D 1A 6 27 39
Octal 274 157 147 0 51 55 32 6 47 71
Binary 10111100 1101111 1100111 0 101001 101101 11010 110 100111 111001

Color Harmonies of #BC6F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F67

Black with #BC6F67

Text Example


Text Example

White with #BC6F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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