Html Css Color HEX #BFA76B Laser

📋 copy color: '#BFA76B'

red 191 ◦ green 167 ◦ blue 107

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

Shades of Laser #BFA76B

Tints of Laser #BFA76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.01%

R = 41.08%
G = 35.91%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BFA76B (or 0xBFA76B) is known color: Laser. HEX triplet: BF, A7 and 6B. RGB value is (191,167,107). Sum of RGB (Red+Green+Blue) = 191+167+107=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA76B is #405894. Grayscale: #A7A7A7. Windows color (decimal): -4216981 or 7055295. OLE color: 7055295.

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

Color convert

RGB 191 167 107 -
CMYK 0 0.13 0.44 0.25
HSL 42.86º 0.4% 0.58% -
HSV(B) 42.86º 0.44% 0.75% -
XYZ 37.96 39.78 19.59 -
YUV 167.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 191 167 107 0 0.13 0.44 0.25 42.86 0.4 0.58
Hex BF A7 6B 0 D 2C 19 2B 28 3A
Octal 277 247 153 0 15 54 31 53 50 72
Binary 10111111 10100111 1101011 0 1101 101100 11001 101011 101000 111010

Color Harmonies of #BFA76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA76B

Black with #BFA76B

Text Example


Text Example

White with #BFA76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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