#BFA360

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

Shades of Laser #BFA360

Tints of Laser #BFA360

Color information

#BFA360 (or 0xBFA360) is unknown color: approx Laser. HEX triplet: BF, A3 and 60. RGB value is (191,163,96). Sum of RGB (Red+Green+Blue) = 191+163+96=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA360 is #405C9F. Grayscale: #A4A4A4. Windows color (decimal): -4218016 or 6333375. OLE color: 6333375.

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

Color convert

RGB19116396-
CMYK00.150.500.25
HSL42.32º42.6%56.27%-
HSV(B)42.32º49.74%74.9%-
XYZ36.6938.1216.49-
YUV163.7389.78147.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 96 (37.89% from 255) = 21.33%
R=42.44%
G=36.22%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911639600.150.500.2542.3242.656.27
HexBFA3600F32192a2b38
Octal2772431400176231525370
Binary101111111010001111000000111111001011001101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA360; }

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

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

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

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

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

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

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

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