Html Css Color HEX #BFA466 Laser

📋 copy color: '#BFA466'

red 191 ◦ green 164 ◦ blue 102

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

Shades of Laser #BFA466

Tints of Laser #BFA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.89%

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

R = 41.79%
G = 35.89%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BFA466 (or 0xBFA466) is known color: Laser. HEX triplet: BF, A4 and 66. RGB value is (191,164,102). Sum of RGB (Red+Green+Blue) = 191+164+102=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA466 is #405B99. Grayscale: #A5A5A5. Windows color (decimal): -4217754 or 6726847. OLE color: 6726847.

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

Color convert

RGB 191 164 102 -
CMYK 0 0.14 0.47 0.25
HSL 41.8º 0.41% 0.57% -
HSV(B) 41.8º 0.47% 0.75% -
XYZ 37.16 38.59 18.06 -
YUV 165.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 191 164 102 0 0.14 0.47 0.25 41.8 0.41 0.57
Hex BF A4 66 0 E 2F 19 2A 29 39
Octal 277 244 146 0 16 57 31 52 51 71
Binary 10111111 10100100 1100110 0 1110 101111 11001 101010 101001 111001

Color Harmonies of #BFA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA466

Black with #BFA466

Text Example


Text Example

White with #BFA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA466; }

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

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

background-color css

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

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

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

border-color css

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

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

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