Html Css Color HEX #BFA463 Laser

📋 copy color: '#BFA463'

red 191 ◦ green 164 ◦ blue 99

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

Shades of Laser #BFA463

Tints of Laser #BFA463

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.12%

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

R = 42.07%
G = 36.12%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BFA463 (or 0xBFA463) is known color: Laser. HEX triplet: BF, A4 and 63. RGB value is (191,164,99). Sum of RGB (Red+Green+Blue) = 191+164+99=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA463 is #405B9C. Grayscale: #A4A4A4. Windows color (decimal): -4217757 or 6530239. OLE color: 6530239.

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

Color convert

RGB 191 164 99 -
CMYK 0 0.14 0.48 0.25
HSL 42.39º 0.42% 0.57% -
HSV(B) 42.39º 0.48% 0.75% -
XYZ 37.01 38.53 17.29 -
YUV 164.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 191 164 99 0 0.14 0.48 0.25 42.39 0.42 0.57
Hex BF A4 63 0 E 30 19 2A 2A 39
Octal 277 244 143 0 16 60 31 52 52 71
Binary 10111111 10100100 1100011 0 1110 110000 11001 101010 101010 111001

Color Harmonies of #BFA463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA463

Black with #BFA463

Text Example


Text Example

White with #BFA463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA463; }

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

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

background-color css

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

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

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

border-color css

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

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

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