Html Css Color HEX #BC6767 Contessa

📋 copy color: '#BC6767'

red 188 ◦ green 103 ◦ blue 103

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

Shades of Contessa #BC6767

Tints of Contessa #BC6767

RGB

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

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

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

R = 47.72%
G = 26.14%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC6767 (or 0xBC6767) is known color: Contessa. HEX triplet: BC, 67 and 67. RGB value is (188,103,103). Sum of RGB (Red+Green+Blue) = 188+103+103=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6767 is #439898. Grayscale: #808080. Windows color (decimal): -4429977 or 6776764. OLE color: 6776764.

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

Color convert

RGB 188 103 103 -
CMYK 0 0.45 0.45 0.26
HSL 0.39% 0.57% -
HSV(B) 0.45% 0.74% -
XYZ 28.04 21.37 15.48 -
YUV 128.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 188 103 103 0 0.45 0.45 0.26 0 0.39 0.57
Hex BC 67 67 0 2D 2D 1A 0 27 39
Octal 274 147 147 0 55 55 32 0 47 71
Binary 10111100 1100111 1100111 0 101101 101101 11010 0 100111 111001

Color Harmonies of #BC6767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6767

Black with #BC6767

Text Example


Text Example

White with #BC6767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6767; }

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

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

background-color css

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

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

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

border-color css

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

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

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