Html Css Color HEX #BC7B6A Contessa

📋 copy color: '#BC7B6A'

red 188 ◦ green 123 ◦ blue 106

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

Shades of Contessa #BC7B6A

Tints of Contessa #BC7B6A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.5%

 BLUE value IS 106 (41.8% from 255) = 25.42%

R = 45.08%
G = 29.5%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC7B6A (or 0xBC7B6A) is known color: Contessa. HEX triplet: BC, 7B and 6A. RGB value is (188,123,106). Sum of RGB (Red+Green+Blue) = 188+123+106=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B6A is #438495. Grayscale: #8C8C8C. Windows color (decimal): -4424854 or 6978492. OLE color: 6978492.

HSL color Cylindrical-coordinate representation of color #BC7B6A: hue angle of 12.44º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7B6A is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 123 106 -
CMYK 0 0.35 0.44 0.26
HSL 12.44º 0.38% 0.58% -
HSV(B) 12.44º 0.44% 0.74% -
XYZ 30.42 25.9 17.03 -
YUV 140.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 188 123 106 0 0.35 0.44 0.26 12.44 0.38 0.58
Hex BC 7B 6A 0 23 2C 1A C 26 3A
Octal 274 173 152 0 43 54 32 14 46 72
Binary 10111100 1111011 1101010 0 100011 101100 11010 1100 100110 111010

Color Harmonies of #BC7B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B6A

Black with #BC7B6A

Text Example


Text Example

White with #BC7B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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