Html Css Color HEX #BC7865 Contessa

📋 copy color: '#BC7865'

red 188 ◦ green 120 ◦ blue 101

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

Shades of Contessa #BC7865

Tints of Contessa #BC7865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.34%

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

R = 45.97%
G = 29.34%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC7865 (or 0xBC7865) is known color: Contessa. HEX triplet: BC, 78 and 65. RGB value is (188,120,101). Sum of RGB (Red+Green+Blue) = 188+120+101=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7865 is #43879A. Grayscale: #8A8A8A. Windows color (decimal): -4425627 or 6650044. OLE color: 6650044.

HSL color Cylindrical-coordinate representation of color #BC7865: hue angle of 13.1º 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 #BC7865 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 120 101 -
CMYK 0 0.36 0.46 0.26
HSL 13.1º 0.39% 0.57% -
HSV(B) 13.1º 0.46% 0.74% -
XYZ 29.8 25.06 15.58 -
YUV 138.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 188 120 101 0 0.36 0.46 0.26 13.1 0.39 0.57
Hex BC 78 65 0 24 2E 1A D 27 39
Octal 274 170 145 0 44 56 32 15 47 71
Binary 10111100 1111000 1100101 0 100100 101110 11010 1101 100111 111001

Color Harmonies of #BC7865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7865

Black with #BC7865

Text Example


Text Example

White with #BC7865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7865; }

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

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

background-color css

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

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

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

border-color css

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

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

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