Html Css Color HEX #BC695D Contessa

📋 copy color: '#BC695D'

red 188 ◦ green 105 ◦ blue 93

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

Shades of Contessa #BC695D

Tints of Contessa #BC695D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 48.7%
G = 27.2%
B = 24.09%

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

#BC695D (or 0xBC695D) is known color: Contessa. HEX triplet: BC, 69 and 5D. RGB value is (188,105,93). Sum of RGB (Red+Green+Blue) = 188+105+93=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC695D is #4396A2. Grayscale: #808080. Windows color (decimal): -4429475 or 6121916. OLE color: 6121916.

HSL color Cylindrical-coordinate representation of color #BC695D: hue angle of 7.58º degrees, saturation: 0.41, 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 #BC695D is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 105 93 -
CMYK 0 0.44 0.51 0.26
HSL 7.58º 0.41% 0.55% -
HSV(B) 7.58º 0.51% 0.74% -
XYZ 27.77 21.58 13.06 -
YUV 128.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 188 105 93 0 0.44 0.51 0.26 7.58 0.41 0.55
Hex BC 69 5D 0 2C 33 1A 8 29 37
Octal 274 151 135 0 54 63 32 10 51 67
Binary 10111100 1101001 1011101 0 101100 110011 11010 1000 101001 110111

Color Harmonies of #BC695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC695D

Black with #BC695D

Text Example


Text Example

White with #BC695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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