#BF7A68

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

Shades of Contessa #BF7A68

Tints of Contessa #BF7A68

Color information

#BF7A68 (or 0xBF7A68) is unknown color: approx Contessa. HEX triplet: BF, 7A and 68. RGB value is (191,122,104). Sum of RGB (Red+Green+Blue) = 191+122+104=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A68 is #408597. Grayscale: #8C8C8C. Windows color (decimal): -4228504 or 6847167. OLE color: 6847167.

HSL color Cylindrical-coordinate representation of color #BF7A68: hue angle of 12.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF7A68 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB191122104-
CMYK00.360.460.25
HSL12.41º40.47%57.84%-
HSV(B)12.41º45.55%74.9%-
XYZ30.9425.9916.48-
YUV140.58107.36163.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 104 (41.02% from 255) = 24.94%
R=45.80%
G=29.26%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112210400.360.460.2512.4140.4757.84
HexBF7A680242E19c283a
Octal2771721500445631145072
Binary10111111111101011010000100100101110110011100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7A68; }

 p { color: rgb(191,122,104); }

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

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

 a { background-color: rgb(191,122,104); }

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

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

 span { border-color: rgb(191,122,104); }

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