Html Css Color HEX #BC7765 Contessa

📋 copy color: '#BC7765'

red 188 ◦ green 119 ◦ blue 101

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

Shades of Contessa #BC7765

Tints of Contessa #BC7765

RGB

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

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

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

R = 46.08%
G = 29.17%
B = 24.75%

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

#BC7765 (or 0xBC7765) is known color: Contessa. HEX triplet: BC, 77 and 65. RGB value is (188,119,101). Sum of RGB (Red+Green+Blue) = 188+119+101=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7765 is #43889A. Grayscale: #898989. Windows color (decimal): -4425883 or 6649788. OLE color: 6649788.

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

Color convert

RGB 188 119 101 -
CMYK 0 0.37 0.46 0.26
HSL 12.41º 0.39% 0.57% -
HSV(B) 12.41º 0.46% 0.74% -
XYZ 29.68 24.82 15.54 -
YUV 137.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 188 119 101 0 0.37 0.46 0.26 12.41 0.39 0.57
Hex BC 77 65 0 25 2E 1A C 27 39
Octal 274 167 145 0 45 56 32 14 47 71
Binary 10111100 1110111 1100101 0 100101 101110 11010 1100 100111 111001

Color Harmonies of #BC7765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7765

Black with #BC7765

Text Example


Text Example

White with #BC7765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7765; }

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

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

background-color css

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

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

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

border-color css

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

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

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