Html Css Color HEX #BFA664 Laser

📋 copy color: '#BFA664'

red 191 ◦ green 166 ◦ blue 100

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

Shades of Laser #BFA664

Tints of Laser #BFA664

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.32%

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

R = 41.79%
G = 36.32%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BFA664 (or 0xBFA664) is known color: Laser. HEX triplet: BF, A6 and 64. RGB value is (191,166,100). Sum of RGB (Red+Green+Blue) = 191+166+100=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA664 is #40599B. Grayscale: #A6A6A6. Windows color (decimal): -4217244 or 6596287. OLE color: 6596287.

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

Color convert

RGB 191 166 100 -
CMYK 0 0.13 0.48 0.25
HSL 43.52º 0.42% 0.57% -
HSV(B) 43.52º 0.48% 0.75% -
XYZ 37.42 39.27 17.66 -
YUV 165.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 191 166 100 0 0.13 0.48 0.25 43.52 0.42 0.57
Hex BF A6 64 0 D 30 19 2C 2A 39
Octal 277 246 144 0 15 60 31 54 52 71
Binary 10111111 10100110 1100100 0 1101 110000 11001 101100 101010 111001

Color Harmonies of #BFA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA664

Black with #BFA664

Text Example


Text Example

White with #BFA664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA664; }

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

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

background-color css

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

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

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

border-color css

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

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

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