Html Css Color HEX #BFA76C Laser

📋 copy color: '#BFA76C'

red 191 ◦ green 167 ◦ blue 108

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

Shades of Laser #BFA76C

Tints of Laser #BFA76C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.84%

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

R = 40.99%
G = 35.84%
B = 23.18%

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

#BFA76C (or 0xBFA76C) is known color: Laser. HEX triplet: BF, A7 and 6C. RGB value is (191,167,108). Sum of RGB (Red+Green+Blue) = 191+167+108=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA76C is #405893. Grayscale: #A7A7A7. Windows color (decimal): -4216980 or 7120831. OLE color: 7120831.

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

Color convert

RGB 191 167 108 -
CMYK 0 0.13 0.43 0.25
HSL 42.65º 0.39% 0.59% -
HSV(B) 42.65º 0.43% 0.75% -
XYZ 38.01 39.8 19.87 -
YUV 167.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 191 167 108 0 0.13 0.43 0.25 42.65 0.39 0.59
Hex BF A7 6C 0 D 2B 19 2B 27 3B
Octal 277 247 154 0 15 53 31 53 47 73
Binary 10111111 10100111 1101100 0 1101 101011 11001 101011 100111 111011

Color Harmonies of #BFA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA76C

Black with #BFA76C

Text Example


Text Example

White with #BFA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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