Html Css Color HEX #BC6A5F Contessa

📋 copy color: '#BC6A5F'

red 188 ◦ green 106 ◦ blue 95

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

Shades of Contessa #BC6A5F

Tints of Contessa #BC6A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.25%

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

R = 48.33%
G = 27.25%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC6A5F (or 0xBC6A5F) is known color: Contessa. HEX triplet: BC, 6A and 5F. RGB value is (188,106,95). Sum of RGB (Red+Green+Blue) = 188+106+95=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A5F is #4395A0. Grayscale: #818181. Windows color (decimal): -4429217 or 6253244. OLE color: 6253244.

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

Color convert

RGB 188 106 95 -
CMYK 0 0.44 0.49 0.26
HSL 7.1º 0.41% 0.55% -
HSV(B) 7.1º 0.49% 0.74% -
XYZ 27.96 21.83 13.57 -
YUV 129.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 188 106 95 0 0.44 0.49 0.26 7.1 0.41 0.55
Hex BC 6A 5F 0 2C 31 1A 7 29 37
Octal 274 152 137 0 54 61 32 7 51 67
Binary 10111100 1101010 1011111 0 101100 110001 11010 111 101001 110111

Color Harmonies of #BC6A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A5F

Black with #BC6A5F

Text Example


Text Example

White with #BC6A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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