Html Css Color HEX #BC7769 Contessa

📋 copy color: '#BC7769'

red 188 ◦ green 119 ◦ blue 105

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

Shades of Contessa #BC7769

Tints of Contessa #BC7769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.49%

R = 45.63%
G = 28.88%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC7769 (or 0xBC7769) is known color: Contessa. HEX triplet: BC, 77 and 69. RGB value is (188,119,105). Sum of RGB (Red+Green+Blue) = 188+119+105=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7769 is #438896. Grayscale: #8A8A8A. Windows color (decimal): -4425879 or 6911932. OLE color: 6911932.

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

Color convert

RGB 188 119 105 -
CMYK 0 0.37 0.44 0.26
HSL 10.12º 0.38% 0.57% -
HSV(B) 10.12º 0.44% 0.74% -
XYZ 29.89 24.9 16.6 -
YUV 138.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 188 119 105 0 0.37 0.44 0.26 10.12 0.38 0.57
Hex BC 77 69 0 25 2C 1A A 26 39
Octal 274 167 151 0 45 54 32 12 46 71
Binary 10111100 1110111 1101001 0 100101 101100 11010 1010 100110 111001

Color Harmonies of #BC7769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7769

Black with #BC7769

Text Example


Text Example

White with #BC7769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7769; }

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

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

background-color css

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

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

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

border-color css

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

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

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