#BFA567

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

Shades of Laser #BFA567

Tints of Laser #BFA567

Color information

#BFA567 (or 0xBFA567) is unknown color: approx Laser. HEX triplet: BF, A5 and 67. RGB value is (191,165,103). Sum of RGB (Red+Green+Blue) = 191+165+103=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA567 is #405A98. Grayscale: #A5A5A5. Windows color (decimal): -4217497 or 6792639. OLE color: 6792639.

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

Color convert

RGB191165103-
CMYK00.140.460.25
HSL42.27º40.74%57.65%-
HSV(B)42.27º46.07%74.9%-
XYZ37.3938.9718.38-
YUV165.7192.61146.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 103 (40.62% from 255) = 22.44%
R=41.61%
G=35.95%
B=22.44%

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
Decimal19116510300.140.460.2542.2740.7457.65
HexBFA5670E2E192a293a
Octal2772451470165631525172
Binary101111111010010111001110111010111011001101010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA567; }

 p { color: rgb(191,165,103); }

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

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

 a { background-color: rgb(191,165,103); }

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

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

 span { border-color: rgb(191,165,103); }

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