Html Css Color HEX #BFA963 Laser

📋 copy color: '#BFA963'

red 191 ◦ green 169 ◦ blue 99

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

Shades of Laser #BFA963

Tints of Laser #BFA963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.57%

R = 41.61%
G = 36.82%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BFA963 (or 0xBFA963) is known color: Laser. HEX triplet: BF, A9 and 63. RGB value is (191,169,99). Sum of RGB (Red+Green+Blue) = 191+169+99=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA963 is #40569C. Grayscale: #A7A7A7. Windows color (decimal): -4216477 or 6531519. OLE color: 6531519.

HSL color Cylindrical-coordinate representation of color #BFA963: hue angle of 45.65º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFA963 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 169 99 -
CMYK 0 0.12 0.48 0.25
HSL 45.65º 0.42% 0.57% -
HSV(B) 45.65º 0.48% 0.75% -
XYZ 37.93 40.35 17.59 -
YUV 167.6 89.29 144.69 -
System Red Green Blue C M Y K H S L
Decimal 191 169 99 0 0.12 0.48 0.25 45.65 0.42 0.57
Hex BF A9 63 0 C 30 19 2E 2A 39
Octal 277 251 143 0 14 60 31 56 52 71
Binary 10111111 10101001 1100011 0 1100 110000 11001 101110 101010 111001

Color Harmonies of #BFA963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA963

Black with #BFA963

Text Example


Text Example

White with #BFA963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA963; }

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

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

background-color css

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

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

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

border-color css

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

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

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