Html Css Color HEX #BFA864 Laser

📋 copy color: '#BFA864'

red 191 ◦ green 168 ◦ blue 100

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

Shades of Laser #BFA864

Tints of Laser #BFA864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 41.61%
G = 36.6%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BFA864 (or 0xBFA864) is known color: Laser. HEX triplet: BF, A8 and 64. RGB value is (191,168,100). Sum of RGB (Red+Green+Blue) = 191+168+100=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA864 is #40579B. Grayscale: #A7A7A7. Windows color (decimal): -4216732 or 6596799. OLE color: 6596799.

HSL color Cylindrical-coordinate representation of color #BFA864: hue angle of 44.84º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFA864 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 168 100 -
CMYK 0 0.12 0.48 0.25
HSL 44.84º 0.42% 0.57% -
HSV(B) 44.84º 0.48% 0.75% -
XYZ 37.79 40 17.79 -
YUV 167.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 191 168 100 0 0.12 0.48 0.25 44.84 0.42 0.57
Hex BF A8 64 0 C 30 19 2D 2A 39
Octal 277 250 144 0 14 60 31 55 52 71
Binary 10111111 10101000 1100100 0 1100 110000 11001 101101 101010 111001

Color Harmonies of #BFA864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA864

Black with #BFA864

Text Example


Text Example

White with #BFA864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA864; }

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

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

background-color css

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

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

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

border-color css

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

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

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