Html Css Color HEX #BC685F Contessa

📋 copy color: '#BC685F'

red 188 ◦ green 104 ◦ blue 95

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

Shades of Contessa #BC685F

Tints of Contessa #BC685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.55%

R = 48.58%
G = 26.87%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC685F (or 0xBC685F) is known color: Contessa. HEX triplet: BC, 68 and 5F. RGB value is (188,104,95). Sum of RGB (Red+Green+Blue) = 188+104+95=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC685F is #4397A0. Grayscale: #808080. Windows color (decimal): -4429729 or 6252732. OLE color: 6252732.

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

Color convert

RGB 188 104 95 -
CMYK 0 0.45 0.49 0.26
HSL 5.81º 0.41% 0.55% -
HSV(B) 5.81º 0.49% 0.74% -
XYZ 27.75 21.42 13.5 -
YUV 128.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 188 104 95 0 0.45 0.49 0.26 5.81 0.41 0.55
Hex BC 68 5F 0 2D 31 1A 6 29 37
Octal 274 150 137 0 55 61 32 6 51 67
Binary 10111100 1101000 1011111 0 101101 110001 11010 110 101001 110111

Color Harmonies of #BC685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC685F

Black with #BC685F

Text Example


Text Example

White with #BC685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC685F; }

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

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

background-color css

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

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

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

border-color css

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

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

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