Html Css Color HEX #BFA759 Laser

📋 copy color: '#BFA759'

red 191 ◦ green 167 ◦ blue 89

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

Shades of Laser #BFA759

Tints of Laser #BFA759

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.36%

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

R = 42.73%
G = 37.36%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFA759 (or 0xBFA759) is known color: Laser. HEX triplet: BF, A7 and 59. RGB value is (191,167,89). Sum of RGB (Red+Green+Blue) = 191+167+89=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA759 is #4058A6. Grayscale: #A5A5A5. Windows color (decimal): -4216999 or 5875647. OLE color: 5875647.

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

Color convert

RGB 191 167 89 -
CMYK 0 0.13 0.53 0.25
HSL 45.88º 0.44% 0.55% -
HSV(B) 45.88º 0.53% 0.75% -
XYZ 37.11 39.44 15.11 -
YUV 165.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 191 167 89 0 0.13 0.53 0.25 45.88 0.44 0.55
Hex BF A7 59 0 D 35 19 2E 2C 37
Octal 277 247 131 0 15 65 31 56 54 67
Binary 10111111 10100111 1011001 0 1101 110101 11001 101110 101100 110111

Color Harmonies of #BFA759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA759

Black with #BFA759

Text Example


Text Example

White with #BFA759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA759; }

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

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

background-color css

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

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

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

border-color css

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

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

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