Html Css Color HEX #BFA86C Laser

📋 copy color: '#BFA86C'

red 191 ◦ green 168 ◦ blue 108

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

Shades of Laser #BFA86C

Tints of Laser #BFA86C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

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

R = 40.9%
G = 35.97%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BFA86C (or 0xBFA86C) is known color: Laser. HEX triplet: BF, A8 and 6C. RGB value is (191,168,108). Sum of RGB (Red+Green+Blue) = 191+168+108=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA86C is #405793. Grayscale: #A8A8A8. Windows color (decimal): -4216724 or 7121087. OLE color: 7121087.

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

Color convert

RGB 191 168 108 -
CMYK 0 0.12 0.43 0.25
HSL 43.37º 0.39% 0.59% -
HSV(B) 43.37º 0.43% 0.75% -
XYZ 38.2 40.16 19.93 -
YUV 168.04 94.12 144.38 -
System Red Green Blue C M Y K H S L
Decimal 191 168 108 0 0.12 0.43 0.25 43.37 0.39 0.59
Hex BF A8 6C 0 C 2B 19 2B 27 3B
Octal 277 250 154 0 14 53 31 53 47 73
Binary 10111111 10101000 1101100 0 1100 101011 11001 101011 100111 111011

Color Harmonies of #BFA86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA86C

Black with #BFA86C

Text Example


Text Example

White with #BFA86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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