Html Css Color HEX #BC7763 Contessa

📋 copy color: '#BC7763'

red 188 ◦ green 119 ◦ blue 99

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

Shades of Contessa #BC7763

Tints of Contessa #BC7763

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.31%

 BLUE value IS 99 (39.06% from 255) = 24.38%

R = 46.31%
G = 29.31%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC7763 (or 0xBC7763) is known color: Contessa. HEX triplet: BC, 77 and 63. RGB value is (188,119,99). Sum of RGB (Red+Green+Blue) = 188+119+99=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7763 is #43889C. Grayscale: #898989. Windows color (decimal): -4425885 or 6518716. OLE color: 6518716.

HSL color Cylindrical-coordinate representation of color #BC7763: hue angle of 13.48º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC7763 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 119 99 -
CMYK 0 0.37 0.47 0.26
HSL 13.48º 0.4% 0.56% -
HSV(B) 13.48º 0.47% 0.74% -
XYZ 29.59 24.79 15.03 -
YUV 137.35 106.36 164.13 -
System Red Green Blue C M Y K H S L
Decimal 188 119 99 0 0.37 0.47 0.26 13.48 0.4 0.56
Hex BC 77 63 0 25 2F 1A D 28 38
Octal 274 167 143 0 45 57 32 15 50 70
Binary 10111100 1110111 1100011 0 100101 101111 11010 1101 101000 111000

Color Harmonies of #BC7763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7763

Black with #BC7763

Text Example


Text Example

White with #BC7763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7763; }

 p { color: rgb(188,119,99); }

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

background-color css

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

 a { background-color: rgb(188,119,99); }

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

border-color css

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

 span { border-color: rgb(188,119,99); }

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