Html Css Color HEX #BFA657 Laser

📋 copy color: '#BFA657'

red 191 ◦ green 166 ◦ blue 87

#BFA657
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #BFA657

Tints of Laser #BFA657

RGB

 RED value IS 191 (75% from 255) = 43.02%

 GREEN value IS 166 (65.23% from 255) = 37.39%

 BLUE value IS 87 (34.38% from 255) = 19.59%

R = 43.02%
G = 37.39%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFA657 (or 0xBFA657) is known color: Laser. HEX triplet: BF, A6 and 57. RGB value is (191,166,87). Sum of RGB (Red+Green+Blue) = 191+166+87=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA657 is #4059A8. Grayscale: #A4A4A4. Windows color (decimal): -4217257 or 5744319. OLE color: 5744319.

HSL color Cylindrical-coordinate representation of color #BFA657: hue angle of 45.58º 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 #BFA657 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 166 87 -
CMYK 0 0.13 0.54 0.25
HSL 45.58º 0.45% 0.55% -
HSV(B) 45.58º 0.54% 0.75% -
XYZ 36.84 39.04 14.61 -
YUV 164.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 191 166 87 0 0.13 0.54 0.25 45.58 0.45 0.55
Hex BF A6 57 0 D 36 19 2E 2D 37
Octal 277 246 127 0 15 66 31 56 55 67
Binary 10111111 10100110 1010111 0 1101 110110 11001 101110 101101 110111

Color Harmonies of #BFA657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA657

Black with #BFA657

Text Example


Text Example

White with #BFA657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA657; }

 p { color: rgb(191,166,87); }

 H1.HeaderClassName
 {
   color: #BFA657;
 }
 .AnyTagClassName
 {
   color: #BFA657;
 }
</style>

background-color css

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

 a { background-color: rgb(191,166,87); }

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

border-color css

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

 span { border-color: rgb(191,166,87); }

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