#BFA35D

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

Shades of Laser #BFA35D

Tints of Laser #BFA35D

Color information

#BFA35D (or 0xBFA35D) is unknown color: approx Laser. HEX triplet: BF, A3 and 5D. RGB value is (191,163,93). Sum of RGB (Red+Green+Blue) = 191+163+93=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA35D is #405CA2. Grayscale: #A3A3A3. Windows color (decimal): -4218019 or 6136767. OLE color: 6136767.

HSL color Cylindrical-coordinate representation of color #BFA35D: hue angle of 42.86º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFA35D is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19116393-
CMYK00.150.510.25
HSL42.86º43.36%55.69%-
HSV(B)42.86º51.31%74.9%-
XYZ36.5638.0615.78-
YUV163.3988.28147.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 163 (64.06% from 255) = 36.47%
BLUE value IS 93 (36.72% from 255) = 20.81%
R=42.73%
G=36.47%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911639300.150.510.2542.8643.3655.69
HexBFA35D0F33192b2b38
Octal2772431350176331535370
Binary101111111010001110111010111111001111001101011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA35D; }

 p { color: rgb(191,163,93); }

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

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

 a { background-color: rgb(191,163,93); }

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

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

 span { border-color: rgb(191,163,93); }

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