Html Css Color HEX #BFA66C Laser

📋 copy color: '#BFA66C'

red 191 ◦ green 166 ◦ blue 108

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

Shades of Laser #BFA66C

Tints of Laser #BFA66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.23%

R = 41.08%
G = 35.7%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BFA66C (or 0xBFA66C) is known color: Laser. HEX triplet: BF, A6 and 6C. RGB value is (191,166,108). Sum of RGB (Red+Green+Blue) = 191+166+108=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA66C is #405993. Grayscale: #A7A7A7. Windows color (decimal): -4217236 or 7120575. OLE color: 7120575.

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

Color convert

RGB 191 166 108 -
CMYK 0 0.13 0.43 0.25
HSL 41.93º 0.39% 0.59% -
HSV(B) 41.93º 0.43% 0.75% -
XYZ 37.83 39.43 19.8 -
YUV 166.86 94.78 145.22 -
System Red Green Blue C M Y K H S L
Decimal 191 166 108 0 0.13 0.43 0.25 41.93 0.39 0.59
Hex BF A6 6C 0 D 2B 19 2A 27 3B
Octal 277 246 154 0 15 53 31 52 47 73
Binary 10111111 10100110 1101100 0 1101 101011 11001 101010 100111 111011

Color Harmonies of #BFA66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA66C

Black with #BFA66C

Text Example


Text Example

White with #BFA66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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