Html Css Color HEX #BC7D69 Contessa

📋 copy color: '#BC7D69'

red 188 ◦ green 125 ◦ blue 105

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

Shades of Contessa #BC7D69

Tints of Contessa #BC7D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

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

R = 44.98%
G = 29.9%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC7D69 (or 0xBC7D69) is known color: Contessa. HEX triplet: BC, 7D and 69. RGB value is (188,125,105). Sum of RGB (Red+Green+Blue) = 188+125+105=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D69 is #438296. Grayscale: #8D8D8D. Windows color (decimal): -4424343 or 6913468. OLE color: 6913468.

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

Color convert

RGB 188 125 105 -
CMYK 0 0.34 0.44 0.26
HSL 14.46º 0.38% 0.57% -
HSV(B) 14.46º 0.44% 0.74% -
XYZ 30.62 26.38 16.84 -
YUV 141.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 188 125 105 0 0.34 0.44 0.26 14.46 0.38 0.57
Hex BC 7D 69 0 22 2C 1A E 26 39
Octal 274 175 151 0 42 54 32 16 46 71
Binary 10111100 1111101 1101001 0 100010 101100 11010 1110 100110 111001

Color Harmonies of #BC7D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D69

Black with #BC7D69

Text Example


Text Example

White with #BC7D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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