Html Css Color HEX #BC7B6F Contessa

📋 copy color: '#BC7B6F'

red 188 ◦ green 123 ◦ blue 111

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

Shades of Contessa #BC7B6F

Tints of Contessa #BC7B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.3%

R = 44.55%
G = 29.15%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC7B6F (or 0xBC7B6F) is known color: Contessa. HEX triplet: BC, 7B and 6F. RGB value is (188,123,111). Sum of RGB (Red+Green+Blue) = 188+123+111=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B6F is #438490. Grayscale: #8D8D8D. Windows color (decimal): -4424849 or 7306172. OLE color: 7306172.

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

Color convert

RGB 188 123 111 -
CMYK 0 0.35 0.41 0.26
HSL 9.35º 0.36% 0.59% -
HSV(B) 9.35º 0.41% 0.74% -
XYZ 30.69 26 18.44 -
YUV 141.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 188 123 111 0 0.35 0.41 0.26 9.35 0.36 0.59
Hex BC 7B 6F 0 23 29 1A 9 24 3B
Octal 274 173 157 0 43 51 32 11 44 73
Binary 10111100 1111011 1101111 0 100011 101001 11010 1001 100100 111011

Color Harmonies of #BC7B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B6F

Black with #BC7B6F

Text Example


Text Example

White with #BC7B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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