#bfab58

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

Shades of Laser #BFAB58

Tints of Laser #BFAB58

Color information

#BFAB58 (or 0xBFAB58) is unknown color: approx Laser. HEX triplet: BF, AB and 58. RGB value is (191,171,88). Sum of RGB (Red+Green+Blue) = 191+171+88=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB58 is #4054A7. Grayscale: #A7A7A7. Windows color (decimal): -4215976 or 5811135. OLE color: 5811135.

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

Color convert

RGB19117188-
CMYK00.100.540.25
HSL48.35º44.59%54.71%-
HSV(B)48.35º53.93%74.9%-
XYZ37.8140.9115.14-
YUV167.5283.13144.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 88 (34.77% from 255) = 19.56%
R=42.44%
G=38%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911718800.100.540.2548.3544.5954.71
HexBFAB580A3619302d37
Octal2772531300126631605567
Binary101111111010101110110000101011011011001110000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfab58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfab58; }

 p { color: rgb(191,171,88); }

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

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

 a { background-color: rgb(191,171,88); }

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

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

 span { border-color: rgb(191,171,88); }

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