Html Css Color HEX #BFA862 Laser

📋 copy color: '#BFA862'

red 191 ◦ green 168 ◦ blue 98

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

Shades of Laser #BFA862

Tints of Laser #BFA862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.44%

R = 41.79%
G = 36.76%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFA862 (or 0xBFA862) is known color: Laser. HEX triplet: BF, A8 and 62. RGB value is (191,168,98). Sum of RGB (Red+Green+Blue) = 191+168+98=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA862 is #40579D. Grayscale: #A7A7A7. Windows color (decimal): -4216734 or 6465727. OLE color: 6465727.

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

Color convert

RGB 191 168 98 -
CMYK 0 0.12 0.49 0.25
HSL 45.16º 0.42% 0.57% -
HSV(B) 45.16º 0.49% 0.75% -
XYZ 37.69 39.96 17.28 -
YUV 166.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 191 168 98 0 0.12 0.49 0.25 45.16 0.42 0.57
Hex BF A8 62 0 C 31 19 2D 2A 39
Octal 277 250 142 0 14 61 31 55 52 71
Binary 10111111 10101000 1100010 0 1100 110001 11001 101101 101010 111001

Color Harmonies of #BFA862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA862

Black with #BFA862

Text Example


Text Example

White with #BFA862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA862; }

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

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

background-color css

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

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

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

border-color css

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

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

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