#BFA09B

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

Shades of Eunry #BFA09B

Tints of Eunry #BFA09B

Color information

#BFA09B (or 0xBFA09B) is unknown color: approx Eunry. HEX triplet: BF, A0 and 9B. RGB value is (191,160,155). Sum of RGB (Red+Green+Blue) = 191+160+155=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA09B is #405F64. Grayscale: #A8A8A8. Windows color (decimal): -4218725 or 10199231. OLE color: 10199231.

HSL color Cylindrical-coordinate representation of color #BFA09B: hue angle of 8.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFA09B is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB191160155-
CMYK00.160.190.25
HSL8.33º21.95%67.84%-
HSV(B)8.33º18.85%74.9%-
XYZ39.9738.5836.35-
YUV168.7120.27143.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 160 (62.89% from 255) = 31.62%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=37.75%
G=31.62%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116015500.160.190.258.3321.9567.84
HexBFA09B010131981644
Octal27724023302023311026104
Binary10111111101000001001101101000010011110011000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA09B; }

 p { color: rgb(191,160,155); }

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

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

 a { background-color: rgb(191,160,155); }

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

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

 span { border-color: rgb(191,160,155); }

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