Html Css Color HEX #BC7671 Contessa

📋 copy color: '#BC7671'

red 188 ◦ green 118 ◦ blue 113

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

Shades of Contessa #BC7671

Tints of Contessa #BC7671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.16%

 BLUE value IS 113 (44.53% from 255) = 26.97%

R = 44.87%
G = 28.16%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC7671 (or 0xBC7671) is known color: Contessa. HEX triplet: BC, 76 and 71. RGB value is (188,118,113). Sum of RGB (Red+Green+Blue) = 188+118+113=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7671 is #43898E. Grayscale: #8A8A8A. Windows color (decimal): -4426127 or 7435964. OLE color: 7435964.

HSL color Cylindrical-coordinate representation of color #BC7671: hue angle of 4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7671 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 118 113 -
CMYK 0 0.37 0.40 0.26
HSL 0.36% 0.59% -
HSV(B) 0.4% 0.74% -
XYZ 30.2 24.84 18.83 -
YUV 138.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 188 118 113 0 0.37 0.40 0.26 4 0.36 0.59
Hex BC 76 71 0 25 28 1A 4 24 3B
Octal 274 166 161 0 45 50 32 4 44 73
Binary 10111100 1110110 1110001 0 100101 101000 11010 100 100100 111011

Color Harmonies of #BC7671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7671

Black with #BC7671

Text Example


Text Example

White with #BC7671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7671; }

 p { color: rgb(188,118,113); }

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

background-color css

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

 a { background-color: rgb(188,118,113); }

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

border-color css

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

 span { border-color: rgb(188,118,113); }

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