Html Css Color HEX #BFA059 Laser

📋 copy color: '#BFA059'

red 191 ◦ green 160 ◦ blue 89

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

Shades of Laser #BFA059

Tints of Laser #BFA059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.36%

 BLUE value IS 89 (35.16% from 255) = 20.23%

R = 43.41%
G = 36.36%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFA059 (or 0xBFA059) is known color: Laser. HEX triplet: BF, A0 and 59. RGB value is (191,160,89). Sum of RGB (Red+Green+Blue) = 191+160+89=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA059 is #405FA6. Grayscale: #A1A1A1. Windows color (decimal): -4218791 or 5873855. OLE color: 5873855.

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

Color convert

RGB 191 160 89 -
CMYK 0 0.16 0.53 0.25
HSL 41.76º 0.44% 0.55% -
HSV(B) 41.76º 0.53% 0.75% -
XYZ 35.86 36.94 14.69 -
YUV 161.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 191 160 89 0 0.16 0.53 0.25 41.76 0.44 0.55
Hex BF A0 59 0 10 35 19 2A 2C 37
Octal 277 240 131 0 20 65 31 52 54 67
Binary 10111111 10100000 1011001 0 10000 110101 11001 101010 101100 110111

Color Harmonies of #BFA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA059

Black with #BFA059

Text Example


Text Example

White with #BFA059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA059; }

 p { color: rgb(191,160,89); }

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

background-color css

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

 a { background-color: rgb(191,160,89); }

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

border-color css

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

 span { border-color: rgb(191,160,89); }

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