Html Css Color HEX #BFA85D Laser

📋 copy color: '#BFA85D'

red 191 ◦ green 168 ◦ blue 93

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

Shades of Laser #BFA85D

Tints of Laser #BFA85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.17%

 BLUE value IS 93 (36.72% from 255) = 20.58%

R = 42.26%
G = 37.17%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BFA85D (or 0xBFA85D) is known color: Laser. HEX triplet: BF, A8 and 5D. RGB value is (191,168,93). Sum of RGB (Red+Green+Blue) = 191+168+93=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA85D is #4057A2. Grayscale: #A6A6A6. Windows color (decimal): -4216739 or 6138047. OLE color: 6138047.

HSL color Cylindrical-coordinate representation of color #BFA85D: hue angle of 45.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 #BFA85D is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 168 93 -
CMYK 0 0.12 0.51 0.25
HSL 45.92º 0.43% 0.56% -
HSV(B) 45.92º 0.51% 0.75% -
XYZ 37.46 39.87 16.08 -
YUV 166.33 86.62 145.6 -
System Red Green Blue C M Y K H S L
Decimal 191 168 93 0 0.12 0.51 0.25 45.92 0.43 0.56
Hex BF A8 5D 0 C 33 19 2E 2B 38
Octal 277 250 135 0 14 63 31 56 53 70
Binary 10111111 10101000 1011101 0 1100 110011 11001 101110 101011 111000

Color Harmonies of #BFA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA85D

Black with #BFA85D

Text Example


Text Example

White with #BFA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA85D; }

 p { color: rgb(191,168,93); }

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

background-color css

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

 a { background-color: rgb(191,168,93); }

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

border-color css

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

 span { border-color: rgb(191,168,93); }

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