Html Css Color HEX #BFA55E Laser

📋 copy color: '#BFA55E'

red 191 ◦ green 165 ◦ blue 94

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

Shades of Laser #BFA55E

Tints of Laser #BFA55E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 42.44%
G = 36.67%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFA55E (or 0xBFA55E) is known color: Laser. HEX triplet: BF, A5 and 5E. RGB value is (191,165,94). Sum of RGB (Red+Green+Blue) = 191+165+94=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA55E is #405AA1. Grayscale: #A4A4A4. Windows color (decimal): -4217506 or 6202815. OLE color: 6202815.

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

Color convert

RGB 191 165 94 -
CMYK 0 0.14 0.51 0.25
HSL 43.92º 0.43% 0.56% -
HSV(B) 43.92º 0.51% 0.75% -
XYZ 36.96 38.79 16.13 -
YUV 164.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 191 165 94 0 0.14 0.51 0.25 43.92 0.43 0.56
Hex BF A5 5E 0 E 33 19 2C 2B 38
Octal 277 245 136 0 16 63 31 54 53 70
Binary 10111111 10100101 1011110 0 1110 110011 11001 101100 101011 111000

Color Harmonies of #BFA55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA55E

Black with #BFA55E

Text Example


Text Example

White with #BFA55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA55E; }

 p { color: rgb(191,165,94); }

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

background-color css

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

 a { background-color: rgb(191,165,94); }

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

border-color css

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

 span { border-color: rgb(191,165,94); }

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