Html Css Color HEX #BC7662 Contessa

📋 copy color: '#BC7662'

red 188 ◦ green 118 ◦ blue 98

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

Shades of Contessa #BC7662

Tints of Contessa #BC7662

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.21%

 BLUE value IS 98 (38.67% from 255) = 24.26%

R = 46.53%
G = 29.21%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC7662 (or 0xBC7662) is known color: Contessa. HEX triplet: BC, 76 and 62. RGB value is (188,118,98). Sum of RGB (Red+Green+Blue) = 188+118+98=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7662 is #43899D. Grayscale: #888888. Windows color (decimal): -4426142 or 6452924. OLE color: 6452924.

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

Color convert

RGB 188 118 98 -
CMYK 0 0.37 0.48 0.26
HSL 13.33º 0.4% 0.56% -
HSV(B) 13.33º 0.48% 0.74% -
XYZ 29.42 24.53 14.74 -
YUV 136.65 106.19 164.63 -
System Red Green Blue C M Y K H S L
Decimal 188 118 98 0 0.37 0.48 0.26 13.33 0.4 0.56
Hex BC 76 62 0 25 30 1A D 28 38
Octal 274 166 142 0 45 60 32 15 50 70
Binary 10111100 1110110 1100010 0 100101 110000 11010 1101 101000 111000

Color Harmonies of #BC7662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7662

Black with #BC7662

Text Example


Text Example

White with #BC7662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7662; }

 p { color: rgb(188,118,98); }

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

background-color css

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

 a { background-color: rgb(188,118,98); }

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

border-color css

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

 span { border-color: rgb(188,118,98); }

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