Html Css Color HEX #BFA868 Laser

📋 copy color: '#BFA868'

red 191 ◦ green 168 ◦ blue 104

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

Shades of Laser #BFA868

Tints of Laser #BFA868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.46%

R = 41.25%
G = 36.29%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BFA868 (or 0xBFA868) is known color: Laser. HEX triplet: BF, A8 and 68. RGB value is (191,168,104). Sum of RGB (Red+Green+Blue) = 191+168+104=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA868 is #405797. Grayscale: #A7A7A7. Windows color (decimal): -4216728 or 6858943. OLE color: 6858943.

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

Color convert

RGB 191 168 104 -
CMYK 0 0.12 0.46 0.25
HSL 44.14º 0.4% 0.58% -
HSV(B) 44.14º 0.46% 0.75% -
XYZ 37.99 40.08 18.83 -
YUV 167.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 191 168 104 0 0.12 0.46 0.25 44.14 0.4 0.58
Hex BF A8 68 0 C 2E 19 2C 28 3A
Octal 277 250 150 0 14 56 31 54 50 72
Binary 10111111 10101000 1101000 0 1100 101110 11001 101100 101000 111010

Color Harmonies of #BFA868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA868

Black with #BFA868

Text Example


Text Example

White with #BFA868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA868; }

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

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

background-color css

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

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

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

border-color css

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

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

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