Html Css Color HEX #BC7069 Contessa

📋 copy color: '#BC7069'

red 188 ◦ green 112 ◦ blue 105

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

Shades of Contessa #BC7069

Tints of Contessa #BC7069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

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

R = 46.42%
G = 27.65%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC7069 (or 0xBC7069) is known color: Contessa. HEX triplet: BC, 70 and 69. RGB value is (188,112,105). Sum of RGB (Red+Green+Blue) = 188+112+105=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7069 is #438F96. Grayscale: #868686. Windows color (decimal): -4427671 or 6910140. OLE color: 6910140.

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

Color convert

RGB 188 112 105 -
CMYK 0 0.40 0.44 0.26
HSL 5.06º 0.38% 0.57% -
HSV(B) 5.06º 0.44% 0.74% -
XYZ 29.08 23.3 16.33 -
YUV 133.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 188 112 105 0 0.40 0.44 0.26 5.06 0.38 0.57
Hex BC 70 69 0 28 2C 1A 5 26 39
Octal 274 160 151 0 50 54 32 5 46 71
Binary 10111100 1110000 1101001 0 101000 101100 11010 101 100110 111001

Color Harmonies of #BC7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7069

Black with #BC7069

Text Example


Text Example

White with #BC7069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7069; }

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

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

background-color css

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

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

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

border-color css

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

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

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