Html Css Color HEX #BC7874 Contessa

📋 copy color: '#BC7874'

red 188 ◦ green 120 ◦ blue 116

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

Shades of Contessa #BC7874

Tints of Contessa #BC7874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.3%

 BLUE value IS 116 (45.7% from 255) = 27.36%

R = 44.34%
G = 28.3%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC7874 (or 0xBC7874) is known color: Contessa. HEX triplet: BC, 78 and 74. RGB value is (188,120,116). Sum of RGB (Red+Green+Blue) = 188+120+116=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7874 is #43878B. Grayscale: #8B8B8B. Windows color (decimal): -4425612 or 7633084. OLE color: 7633084.

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

Color convert

RGB 188 120 116 -
CMYK 0 0.36 0.38 0.26
HSL 3.33º 0.35% 0.6% -
HSV(B) 3.33º 0.38% 0.74% -
XYZ 30.61 25.39 19.81 -
YUV 139.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 188 120 116 0 0.36 0.38 0.26 3.33 0.35 0.6
Hex BC 78 74 0 24 26 1A 3 23 3C
Octal 274 170 164 0 44 46 32 3 43 74
Binary 10111100 1111000 1110100 0 100100 100110 11010 11 100011 111100

Color Harmonies of #BC7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7874

Black with #BC7874

Text Example


Text Example

White with #BC7874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7874; }

 p { color: rgb(188,120,116); }

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

background-color css

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

 a { background-color: rgb(188,120,116); }

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

border-color css

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

 span { border-color: rgb(188,120,116); }

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