Html Css Color HEX #BFA262 Laser

📋 copy color: '#BFA262'

red 191 ◦ green 162 ◦ blue 98

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

Shades of Laser #BFA262

Tints of Laser #BFA262

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.92%

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

R = 42.35%
G = 35.92%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFA262 (or 0xBFA262) is known color: Laser. HEX triplet: BF, A2 and 62. RGB value is (191,162,98). Sum of RGB (Red+Green+Blue) = 191+162+98=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA262 is #405D9D. Grayscale: #A3A3A3. Windows color (decimal): -4218270 or 6464191. OLE color: 6464191.

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

Color convert

RGB 191 162 98 -
CMYK 0 0.15 0.49 0.25
HSL 41.29º 0.42% 0.57% -
HSV(B) 41.29º 0.49% 0.75% -
XYZ 36.61 37.8 16.92 -
YUV 163.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 191 162 98 0 0.15 0.49 0.25 41.29 0.42 0.57
Hex BF A2 62 0 F 31 19 29 2A 39
Octal 277 242 142 0 17 61 31 51 52 71
Binary 10111111 10100010 1100010 0 1111 110001 11001 101001 101010 111001

Color Harmonies of #BFA262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA262

Black with #BFA262

Text Example


Text Example

White with #BFA262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA262; }

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

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

background-color css

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

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

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

border-color css

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

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

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