Html Css Color HEX #BFA966 Laser

📋 copy color: '#BFA966'

red 191 ◦ green 169 ◦ blue 102

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

Shades of Laser #BFA966

Tints of Laser #BFA966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.58%

 BLUE value IS 102 (40.23% from 255) = 22.08%

R = 41.34%
G = 36.58%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFA966 (or 0xBFA966) is known color: Laser. HEX triplet: BF, A9 and 66. RGB value is (191,169,102). Sum of RGB (Red+Green+Blue) = 191+169+102=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA966 is #405699. Grayscale: #A8A8A8. Windows color (decimal): -4216474 or 6728127. OLE color: 6728127.

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

Color convert

RGB 191 169 102 -
CMYK 0 0.12 0.47 0.25
HSL 45.17º 0.41% 0.57% -
HSV(B) 45.17º 0.47% 0.75% -
XYZ 38.07 40.41 18.36 -
YUV 167.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 191 169 102 0 0.12 0.47 0.25 45.17 0.41 0.57
Hex BF A9 66 0 C 2F 19 2D 29 39
Octal 277 251 146 0 14 57 31 55 51 71
Binary 10111111 10101001 1100110 0 1100 101111 11001 101101 101001 111001

Color Harmonies of #BFA966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA966

Black with #BFA966

Text Example


Text Example

White with #BFA966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA966; }

 p { color: rgb(191,169,102); }

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

background-color css

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

 a { background-color: rgb(191,169,102); }

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

border-color css

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

 span { border-color: rgb(191,169,102); }

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