Html Css Color HEX #BFAA60 Laser

📋 copy color: '#BFAA60'

red 191 ◦ green 170 ◦ blue 96

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

Shades of Laser #BFAA60

Tints of Laser #BFAA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.01%

R = 41.79%
G = 37.2%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFAA60 (or 0xBFAA60) is known color: Laser. HEX triplet: BF, AA and 60. RGB value is (191,170,96). Sum of RGB (Red+Green+Blue) = 191+170+96=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA60 is #40559F. Grayscale: #A8A8A8. Windows color (decimal): -4216224 or 6335167. OLE color: 6335167.

HSL color Cylindrical-coordinate representation of color #BFAA60: hue angle of 46.74º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFAA60 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 170 96 -
CMYK 0 0.11 0.50 0.25
HSL 46.74º 0.43% 0.56% -
HSV(B) 46.74º 0.5% 0.75% -
XYZ 37.97 40.67 16.92 -
YUV 167.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 191 170 96 0 0.11 0.50 0.25 46.74 0.43 0.56
Hex BF AA 60 0 B 32 19 2F 2B 38
Octal 277 252 140 0 13 62 31 57 53 70
Binary 10111111 10101010 1100000 0 1011 110010 11001 101111 101011 111000

Color Harmonies of #BFAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAA60

Black with #BFAA60

Text Example


Text Example

White with #BFAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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