#BFA45C

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

Shades of Laser #BFA45C

Tints of Laser #BFA45C

Color information

#BFA45C (or 0xBFA45C) is unknown color: approx Laser. HEX triplet: BF, A4 and 5C. RGB value is (191,164,92). Sum of RGB (Red+Green+Blue) = 191+164+92=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA45C is #405BA3. Grayscale: #A4A4A4. Windows color (decimal): -4217764 or 6071487. OLE color: 6071487.

HSL color Cylindrical-coordinate representation of color #BFA45C: hue angle of 43.64º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFA45C is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19116492-
CMYK00.140.520.25
HSL43.64º43.61%55.49%-
HSV(B)43.64º51.83%74.9%-
XYZ36.6938.415.6-
YUV163.8687.45147.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 164 (64.45% from 255) = 36.69%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=42.73%
G=36.69%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911649200.140.520.2543.6443.6155.49
HexBFA45C0E34192c2c37
Octal2772441340166431545467
Binary101111111010010010111000111011010011001101100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA45C; }

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

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

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

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

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

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

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

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