Html Css Color HEX #BC7167 Contessa

📋 copy color: '#BC7167'

red 188 ◦ green 113 ◦ blue 103

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

Shades of Contessa #BC7167

Tints of Contessa #BC7167

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

 BLUE value IS 103 (40.63% from 255) = 25.5%

R = 46.53%
G = 27.97%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC7167 (or 0xBC7167) is known color: Contessa. HEX triplet: BC, 71 and 67. RGB value is (188,113,103). Sum of RGB (Red+Green+Blue) = 188+113+103=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7167 is #438E98. Grayscale: #868686. Windows color (decimal): -4427417 or 6779324. OLE color: 6779324.

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

Color convert

RGB 188 113 103 -
CMYK 0 0.40 0.45 0.26
HSL 7.06º 0.39% 0.57% -
HSV(B) 7.06º 0.45% 0.74% -
XYZ 29.09 23.48 15.83 -
YUV 134.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 188 113 103 0 0.40 0.45 0.26 7.06 0.39 0.57
Hex BC 71 67 0 28 2D 1A 7 27 39
Octal 274 161 147 0 50 55 32 7 47 71
Binary 10111100 1110001 1100111 0 101000 101101 11010 111 100111 111001

Color Harmonies of #BC7167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7167

Black with #BC7167

Text Example


Text Example

White with #BC7167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7167; }

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

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

background-color css

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

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

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

border-color css

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

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

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