Html Css Color HEX #BFA96B Laser

📋 copy color: '#BFA96B'

red 191 ◦ green 169 ◦ blue 107

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

Shades of Laser #BFA96B

Tints of Laser #BFA96B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.19%

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

R = 40.9%
G = 36.19%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BFA96B (or 0xBFA96B) is known color: Laser. HEX triplet: BF, A9 and 6B. RGB value is (191,169,107). Sum of RGB (Red+Green+Blue) = 191+169+107=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA96B is #405694. Grayscale: #A8A8A8. Windows color (decimal): -4216469 or 7055807. OLE color: 7055807.

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

Color convert

RGB 191 169 107 -
CMYK 0 0.12 0.44 0.25
HSL 44.29º 0.4% 0.58% -
HSV(B) 44.29º 0.44% 0.75% -
XYZ 38.33 40.51 19.71 -
YUV 168.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 191 169 107 0 0.12 0.44 0.25 44.29 0.4 0.58
Hex BF A9 6B 0 C 2C 19 2C 28 3A
Octal 277 251 153 0 14 54 31 54 50 72
Binary 10111111 10101001 1101011 0 1100 101100 11001 101100 101000 111010

Color Harmonies of #BFA96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA96B

Black with #BFA96B

Text Example


Text Example

White with #BFA96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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