#BFA765

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

Shades of Laser #BFA765

Tints of Laser #BFA765

Color information

#BFA765 (or 0xBFA765) is unknown color: approx Laser. HEX triplet: BF, A7 and 65. RGB value is (191,167,101). Sum of RGB (Red+Green+Blue) = 191+167+101=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA765 is #40589A. Grayscale: #A6A6A6. Windows color (decimal): -4216987 or 6662079. OLE color: 6662079.

HSL color Cylindrical-coordinate representation of color #BFA765: hue angle of 44º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFA765 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB191167101-
CMYK00.130.470.25
HSL44º41.28%57.25%-
HSV(B)44º47.12%74.9%-
XYZ37.6539.6517.98-
YUV166.6590.95145.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 101 (39.84% from 255) = 22.00%
R=41.61%
G=36.38%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116710100.130.470.254441.2857.25
HexBFA7650D2F192c2939
Octal2772471450155731545171
Binary101111111010011111001010110110111111001101100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA765; }

 p { color: rgb(191,167,101); }

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

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

 a { background-color: rgb(191,167,101); }

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

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

 span { border-color: rgb(191,167,101); }

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