Html Css Color HEX #BC7665 Contessa

📋 copy color: '#BC7665'

red 188 ◦ green 118 ◦ blue 101

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

Shades of Contessa #BC7665

Tints of Contessa #BC7665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.82%

R = 46.19%
G = 28.99%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC7665 (or 0xBC7665) is known color: Contessa. HEX triplet: BC, 76 and 65. RGB value is (188,118,101). Sum of RGB (Red+Green+Blue) = 188+118+101=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7665 is #43899A. Grayscale: #898989. Windows color (decimal): -4426139 or 6649532. OLE color: 6649532.

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

Color convert

RGB 188 118 101 -
CMYK 0 0.37 0.46 0.26
HSL 11.72º 0.39% 0.57% -
HSV(B) 11.72º 0.46% 0.74% -
XYZ 29.57 24.59 15.5 -
YUV 136.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 188 118 101 0 0.37 0.46 0.26 11.72 0.39 0.57
Hex BC 76 65 0 25 2E 1A C 27 39
Octal 274 166 145 0 45 56 32 14 47 71
Binary 10111100 1110110 1100101 0 100101 101110 11010 1100 100111 111001

Color Harmonies of #BC7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7665

Black with #BC7665

Text Example


Text Example

White with #BC7665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7665; }

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

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

background-color css

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

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

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

border-color css

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

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

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