Html Css Color HEX #BFA057 Laser

📋 copy color: '#BFA057'

red 191 ◦ green 160 ◦ blue 87

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

Shades of Laser #BFA057

Tints of Laser #BFA057

RGB

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

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

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

R = 43.61%
G = 36.53%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BFA057 (or 0xBFA057) is known color: Laser. HEX triplet: BF, A0 and 57. RGB value is (191,160,87). Sum of RGB (Red+Green+Blue) = 191+160+87=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA057 is #405FA8. Grayscale: #A1A1A1. Windows color (decimal): -4218793 or 5742783. OLE color: 5742783.

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

Color convert

RGB 191 160 87 -
CMYK 0 0.16 0.54 0.25
HSL 42.12º 0.45% 0.55% -
HSV(B) 42.12º 0.54% 0.75% -
XYZ 35.78 36.91 14.25 -
YUV 160.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 191 160 87 0 0.16 0.54 0.25 42.12 0.45 0.55
Hex BF A0 57 0 10 36 19 2A 2D 37
Octal 277 240 127 0 20 66 31 52 55 67
Binary 10111111 10100000 1010111 0 10000 110110 11001 101010 101101 110111

Color Harmonies of #BFA057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA057

Black with #BFA057

Text Example


Text Example

White with #BFA057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA057; }

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

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

background-color css

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

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

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

border-color css

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

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

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