Html Css Color HEX #BC6D5A Contessa

📋 copy color: '#BC6D5A'

red 188 ◦ green 109 ◦ blue 90

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

Shades of Contessa #BC6D5A

Tints of Contessa #BC6D5A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.17%

 BLUE value IS 90 (35.55% from 255) = 23.26%

R = 48.58%
G = 28.17%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC6D5A (or 0xBC6D5A) is known color: Contessa. HEX triplet: BC, 6D and 5A. RGB value is (188,109,90). Sum of RGB (Red+Green+Blue) = 188+109+90=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D5A is #4392A5. Grayscale: #828282. Windows color (decimal): -4428454 or 5926332. OLE color: 5926332.

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

Color convert

RGB 188 109 90 -
CMYK 0 0.42 0.52 0.26
HSL 11.63º 0.42% 0.55% -
HSV(B) 11.63º 0.52% 0.74% -
XYZ 28.05 22.37 12.51 -
YUV 130.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 188 109 90 0 0.42 0.52 0.26 11.63 0.42 0.55
Hex BC 6D 5A 0 2A 34 1A C 2A 37
Octal 274 155 132 0 52 64 32 14 52 67
Binary 10111100 1101101 1011010 0 101010 110100 11010 1100 101010 110111

Color Harmonies of #BC6D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D5A

Black with #BC6D5A

Text Example


Text Example

White with #BC6D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D5A; }

 p { color: rgb(188,109,90); }

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

background-color css

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

 a { background-color: rgb(188,109,90); }

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

border-color css

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

 span { border-color: rgb(188,109,90); }

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