Html Css Color HEX #BFA66A Laser

📋 copy color: '#BFA66A'

red 191 ◦ green 166 ◦ blue 106

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

Shades of Laser #BFA66A

Tints of Laser #BFA66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 41.25%
G = 35.85%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BFA66A (or 0xBFA66A) is known color: Laser. HEX triplet: BF, A6 and 6A. RGB value is (191,166,106). Sum of RGB (Red+Green+Blue) = 191+166+106=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA66A is #405995. Grayscale: #A6A6A6. Windows color (decimal): -4217238 or 6989503. OLE color: 6989503.

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

Color convert

RGB 191 166 106 -
CMYK 0 0.13 0.45 0.25
HSL 42.35º 0.4% 0.58% -
HSV(B) 42.35º 0.45% 0.75% -
XYZ 37.72 39.39 19.25 -
YUV 166.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 191 166 106 0 0.13 0.45 0.25 42.35 0.4 0.58
Hex BF A6 6A 0 D 2D 19 2A 28 3A
Octal 277 246 152 0 15 55 31 52 50 72
Binary 10111111 10100110 1101010 0 1101 101101 11001 101010 101000 111010

Color Harmonies of #BFA66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA66A

Black with #BFA66A

Text Example


Text Example

White with #BFA66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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