Html Css Color HEX #BFA35F Laser

📋 copy color: '#BFA35F'

red 191 ◦ green 163 ◦ blue 95

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

Shades of Laser #BFA35F

Tints of Laser #BFA35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.3%

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

R = 42.54%
G = 36.3%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BFA35F (or 0xBFA35F) is known color: Laser. HEX triplet: BF, A3 and 5F. RGB value is (191,163,95). Sum of RGB (Red+Green+Blue) = 191+163+95=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA35F is #405CA0. Grayscale: #A3A3A3. Windows color (decimal): -4218017 or 6267839. OLE color: 6267839.

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

Color convert

RGB 191 163 95 -
CMYK 0 0.15 0.50 0.25
HSL 42.5º 0.43% 0.56% -
HSV(B) 42.5º 0.5% 0.75% -
XYZ 36.65 38.1 16.25 -
YUV 163.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 191 163 95 0 0.15 0.50 0.25 42.5 0.43 0.56
Hex BF A3 5F 0 F 32 19 2A 2B 38
Octal 277 243 137 0 17 62 31 52 53 70
Binary 10111111 10100011 1011111 0 1111 110010 11001 101010 101011 111000

Color Harmonies of #BFA35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA35F

Black with #BFA35F

Text Example


Text Example

White with #BFA35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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