#BF7875

Color #BF7875 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #BF7875

Tints of Contessa #BF7875

Color information

#BF7875 (or 0xBF7875) is unknown color: approx Contessa. HEX triplet: BF, 78 and 75. RGB value is (191,120,117). Sum of RGB (Red+Green+Blue) = 191+120+117=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7875 is #40878A. Grayscale: #8C8C8C. Windows color (decimal): -4229003 or 7698623. OLE color: 7698623.

HSL color Cylindrical-coordinate representation of color #BF7875: hue angle of 2.43º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF7875 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB191120117-
CMYK00.370.390.25
HSL2.43º36.63%60.39%-
HSV(B)2.43º38.74%74.9%-
XYZ31.4125.7920.15-
YUV140.89114.52163.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 120 (47.27% from 255) = 28.04%
BLUE value IS 117 (46.09% from 255) = 27.34%
R=44.63%
G=28.04%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112011700.370.390.252.4336.6360.39
HexBF787502527192253c
Octal277170165045473124574
Binary101111111111000111010101001011001111100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7875; }

 p { color: rgb(191,120,117); }

 H1.HeaderClassName
 {
   color: #BF7875;
 }
 .AnyTagClassName
 {
   color: #BF7875;
 }
</style>
background-color css

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

 a { background-color: rgb(191,120,117); }

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

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

 span { border-color: rgb(191,120,117); }

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