Html Css Color HEX #BFAA59 Laser

📋 copy color: '#BFAA59'

red 191 ◦ green 170 ◦ blue 89

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

Shades of Laser #BFAA59

Tints of Laser #BFAA59

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.78%

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

R = 42.44%
G = 37.78%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BFAA59 (or 0xBFAA59) is known color: Laser. HEX triplet: BF, AA and 59. RGB value is (191,170,89). Sum of RGB (Red+Green+Blue) = 191+170+89=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA59 is #4055A6. Grayscale: #A7A7A7. Windows color (decimal): -4216231 or 5876415. OLE color: 5876415.

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

Color convert

RGB 191 170 89 -
CMYK 0 0.11 0.53 0.25
HSL 47.65º 0.44% 0.55% -
HSV(B) 47.65º 0.53% 0.75% -
XYZ 37.66 40.55 15.29 -
YUV 167.05 83.96 145.09 -
System Red Green Blue C M Y K H S L
Decimal 191 170 89 0 0.11 0.53 0.25 47.65 0.44 0.55
Hex BF AA 59 0 B 35 19 30 2C 37
Octal 277 252 131 0 13 65 31 60 54 67
Binary 10111111 10101010 1011001 0 1011 110101 11001 110000 101100 110111

Color Harmonies of #BFAA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA59

Black with #BFAA59

Text Example


Text Example

White with #BFAA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA59; }

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

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

background-color css

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

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

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

border-color css

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

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

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