Html Css Color HEX #BC6867 Contessa

📋 copy color: '#BC6867'

red 188 ◦ green 104 ◦ blue 103

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

Shades of Contessa #BC6867

Tints of Contessa #BC6867

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.33%

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

R = 47.59%
G = 26.33%
B = 26.08%

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

#BC6867 (or 0xBC6867) is known color: Contessa. HEX triplet: BC, 68 and 67. RGB value is (188,104,103). Sum of RGB (Red+Green+Blue) = 188+104+103=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6867 is #439798. Grayscale: #818181. Windows color (decimal): -4429721 or 6777020. OLE color: 6777020.

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

Color convert

RGB 188 104 103 -
CMYK 0 0.45 0.45 0.26
HSL 0.71º 0.39% 0.57% -
HSV(B) 0.71º 0.45% 0.74% -
XYZ 28.14 21.57 15.51 -
YUV 129 113.33 170.08 -
System Red Green Blue C M Y K H S L
Decimal 188 104 103 0 0.45 0.45 0.26 0.71 0.39 0.57
Hex BC 68 67 0 2D 2D 1A 1 27 39
Octal 274 150 147 0 55 55 32 1 47 71
Binary 10111100 1101000 1100111 0 101101 101101 11010 1 100111 111001

Color Harmonies of #BC6867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6867

Black with #BC6867

Text Example


Text Example

White with #BC6867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6867; }

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

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

background-color css

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

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

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

border-color css

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

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

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