Html Css Color HEX #BFA863 Laser

📋 copy color: '#BFA863'

red 191 ◦ green 168 ◦ blue 99

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

Shades of Laser #BFA863

Tints of Laser #BFA863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.68%

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

R = 41.7%
G = 36.68%
B = 21.62%

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

#BFA863 (or 0xBFA863) is known color: Laser. HEX triplet: BF, A8 and 63. RGB value is (191,168,99). Sum of RGB (Red+Green+Blue) = 191+168+99=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA863 is #40579C. Grayscale: #A7A7A7. Windows color (decimal): -4216733 or 6531263. OLE color: 6531263.

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

Color convert

RGB 191 168 99 -
CMYK 0 0.12 0.48 0.25
HSL 45º 0.42% 0.57% -
HSV(B) 45º 0.48% 0.75% -
XYZ 37.74 39.98 17.53 -
YUV 167.01 89.62 145.11 -
System Red Green Blue C M Y K H S L
Decimal 191 168 99 0 0.12 0.48 0.25 45 0.42 0.57
Hex BF A8 63 0 C 30 19 2D 2A 39
Octal 277 250 143 0 14 60 31 55 52 71
Binary 10111111 10101000 1100011 0 1100 110000 11001 101101 101010 111001

Color Harmonies of #BFA863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA863

Black with #BFA863

Text Example


Text Example

White with #BFA863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA863; }

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

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

background-color css

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

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

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

border-color css

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

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

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