Html Css Color HEX #BC695C Contessa

📋 copy color: '#BC695C'

red 188 ◦ green 105 ◦ blue 92

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

Shades of Contessa #BC695C

Tints of Contessa #BC695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.27%

 BLUE value IS 92 (36.33% from 255) = 23.9%

R = 48.83%
G = 27.27%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC695C (or 0xBC695C) is known color: Contessa. HEX triplet: BC, 69 and 5C. RGB value is (188,105,92). Sum of RGB (Red+Green+Blue) = 188+105+92=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC695C is #4396A3. Grayscale: #808080. Windows color (decimal): -4429476 or 6056380. OLE color: 6056380.

HSL color Cylindrical-coordinate representation of color #BC695C: hue angle of 8.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC695C is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 105 92 -
CMYK 0 0.44 0.51 0.26
HSL 8.13º 0.42% 0.55% -
HSV(B) 8.13º 0.51% 0.74% -
XYZ 27.72 21.57 12.83 -
YUV 128.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 188 105 92 0 0.44 0.51 0.26 8.13 0.42 0.55
Hex BC 69 5C 0 2C 33 1A 8 2A 37
Octal 274 151 134 0 54 63 32 10 52 67
Binary 10111100 1101001 1011100 0 101100 110011 11010 1000 101010 110111

Color Harmonies of #BC695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC695C

Black with #BC695C

Text Example


Text Example

White with #BC695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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