Html Css Color HEX #BC6F5F Contessa

📋 copy color: '#BC6F5F'

red 188 ◦ green 111 ◦ blue 95

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

Shades of Contessa #BC6F5F

Tints of Contessa #BC6F5F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.17%

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

R = 47.72%
G = 28.17%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC6F5F (or 0xBC6F5F) is known color: Contessa. HEX triplet: BC, 6F and 5F. RGB value is (188,111,95). Sum of RGB (Red+Green+Blue) = 188+111+95=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F5F is #4390A0. Grayscale: #848484. Windows color (decimal): -4427937 or 6254524. OLE color: 6254524.

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

Color convert

RGB 188 111 95 -
CMYK 0 0.41 0.49 0.26
HSL 10.32º 0.41% 0.55% -
HSV(B) 10.32º 0.49% 0.74% -
XYZ 28.49 22.89 13.74 -
YUV 132.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 188 111 95 0 0.41 0.49 0.26 10.32 0.41 0.55
Hex BC 6F 5F 0 29 31 1A A 29 37
Octal 274 157 137 0 51 61 32 12 51 67
Binary 10111100 1101111 1011111 0 101001 110001 11010 1010 101001 110111

Color Harmonies of #BC6F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F5F

Black with #BC6F5F

Text Example


Text Example

White with #BC6F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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