Html Css Color HEX #BFA459 Laser

📋 copy color: '#BFA459'

red 191 ◦ green 164 ◦ blue 89

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

Shades of Laser #BFA459

Tints of Laser #BFA459

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.94%

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

R = 43.02%
G = 36.94%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFA459 (or 0xBFA459) is known color: Laser. HEX triplet: BF, A4 and 59. RGB value is (191,164,89). Sum of RGB (Red+Green+Blue) = 191+164+89=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA459 is #405BA6. Grayscale: #A3A3A3. Windows color (decimal): -4217767 or 5874879. OLE color: 5874879.

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

Color convert

RGB 191 164 89 -
CMYK 0 0.14 0.53 0.25
HSL 44.12º 0.44% 0.55% -
HSV(B) 44.12º 0.53% 0.75% -
XYZ 36.56 38.35 14.93 -
YUV 163.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 191 164 89 0 0.14 0.53 0.25 44.12 0.44 0.55
Hex BF A4 59 0 E 35 19 2C 2C 37
Octal 277 244 131 0 16 65 31 54 54 67
Binary 10111111 10100100 1011001 0 1110 110101 11001 101100 101100 110111

Color Harmonies of #BFA459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA459

Black with #BFA459

Text Example


Text Example

White with #BFA459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA459; }

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

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

background-color css

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

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

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

border-color css

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

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

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