#BFA468

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

Shades of Laser #BFA468

Tints of Laser #BFA468

Color information

#BFA468 (or 0xBFA468) is unknown color: approx Laser. HEX triplet: BF, A4 and 68. RGB value is (191,164,104). Sum of RGB (Red+Green+Blue) = 191+164+104=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA468 is #405B97. Grayscale: #A5A5A5. Windows color (decimal): -4217752 or 6857919. OLE color: 6857919.

HSL color Cylindrical-coordinate representation of color #BFA468: hue angle of 41.38º 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 #BFA468 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB191164104-
CMYK00.140.460.25
HSL41.38º40.47%57.84%-
HSV(B)41.38º45.55%74.9%-
XYZ37.2638.6318.59-
YUV165.2393.45146.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 104 (41.02% from 255) = 22.66%
R=41.61%
G=35.73%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116410400.140.460.2541.3840.4757.84
HexBFA4680E2E1929283a
Octal2772441500165631515072
Binary101111111010010011010000111010111011001101001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA468; }

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

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

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

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

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

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

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

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