Html Css Color HEX #BFA15F Laser

📋 copy color: '#BFA15F'

red 191 ◦ green 161 ◦ blue 95

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

Shades of Laser #BFA15F

Tints of Laser #BFA15F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.02%

 BLUE value IS 95 (37.5% from 255) = 21.25%

R = 42.73%
G = 36.02%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFA15F (or 0xBFA15F) is known color: Laser. HEX triplet: BF, A1 and 5F. RGB value is (191,161,95). Sum of RGB (Red+Green+Blue) = 191+161+95=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA15F is #405EA0. Grayscale: #A2A2A2. Windows color (decimal): -4218529 or 6267327. OLE color: 6267327.

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

Color convert

RGB 191 161 95 -
CMYK 0 0.16 0.50 0.25
HSL 41.25º 0.43% 0.56% -
HSV(B) 41.25º 0.5% 0.75% -
XYZ 36.3 37.39 16.13 -
YUV 162.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 191 161 95 0 0.16 0.50 0.25 41.25 0.43 0.56
Hex BF A1 5F 0 10 32 19 29 2B 38
Octal 277 241 137 0 20 62 31 51 53 70
Binary 10111111 10100001 1011111 0 10000 110010 11001 101001 101011 111000

Color Harmonies of #BFA15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA15F

Black with #BFA15F

Text Example


Text Example

White with #BFA15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA15F; }

 p { color: rgb(191,161,95); }

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

background-color css

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

 a { background-color: rgb(191,161,95); }

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

border-color css

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

 span { border-color: rgb(191,161,95); }

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