#BFA098

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

Shades of Eunry #BFA098

Tints of Eunry #BFA098

Color information

#BFA098 (or 0xBFA098) is unknown color: approx Eunry. HEX triplet: BF, A0 and 98. RGB value is (191,160,152). Sum of RGB (Red+Green+Blue) = 191+160+152=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA098 is #405F67. Grayscale: #A8A8A8. Windows color (decimal): -4218728 or 10002623. OLE color: 10002623.

HSL color Cylindrical-coordinate representation of color #BFA098: hue angle of 12.31º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFA098 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191160152-
CMYK00.160.200.25
HSL12.31º23.35%67.25%-
HSV(B)12.31º20.42%74.9%-
XYZ39.7238.4835.04-
YUV168.36118.77144.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 160 (62.89% from 255) = 31.81%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=37.97%
G=31.81%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116015200.160.200.2512.3123.3567.25
HexBFA0980101419c1743
Octal27724023002024311427103
Binary10111111101000001001100001000010100110011100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA098; }

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

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

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

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

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

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

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

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