Html Css Color HEX #BC6764 Contessa

📋 copy color: '#BC6764'

red 188 ◦ green 103 ◦ blue 100

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

Shades of Contessa #BC6764

Tints of Contessa #BC6764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.34%

 BLUE value IS 100 (39.45% from 255) = 25.58%

R = 48.08%
G = 26.34%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC6764 (or 0xBC6764) is known color: Contessa. HEX triplet: BC, 67 and 64. RGB value is (188,103,100). Sum of RGB (Red+Green+Blue) = 188+103+100=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6764 is #43989B. Grayscale: #808080. Windows color (decimal): -4429980 or 6580156. OLE color: 6580156.

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

Color convert

RGB 188 103 100 -
CMYK 0 0.45 0.47 0.26
HSL 2.05º 0.4% 0.56% -
HSV(B) 2.05º 0.47% 0.74% -
XYZ 27.89 21.31 14.7 -
YUV 128.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 188 103 100 0 0.45 0.47 0.26 2.05 0.4 0.56
Hex BC 67 64 0 2D 2F 1A 2 28 38
Octal 274 147 144 0 55 57 32 2 50 70
Binary 10111100 1100111 1100100 0 101101 101111 11010 10 101000 111000

Color Harmonies of #BC6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6764

Black with #BC6764

Text Example


Text Example

White with #BC6764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6764; }

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

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

background-color css

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

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

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

border-color css

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

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

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