Html Css Color HEX #BFA062 Laser

📋 copy color: '#BFA062'

red 191 ◦ green 160 ◦ blue 98

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

Shades of Laser #BFA062

Tints of Laser #BFA062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.63%

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

R = 42.54%
G = 35.63%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFA062 (or 0xBFA062) is known color: Laser. HEX triplet: BF, A0 and 62. RGB value is (191,160,98). Sum of RGB (Red+Green+Blue) = 191+160+98=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA062 is #405F9D. Grayscale: #A2A2A2. Windows color (decimal): -4218782 or 6463679. OLE color: 6463679.

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

Color convert

RGB 191 160 98 -
CMYK 0 0.16 0.49 0.25
HSL 40º 0.42% 0.57% -
HSV(B) 40º 0.49% 0.75% -
XYZ 36.26 37.1 16.81 -
YUV 162.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 191 160 98 0 0.16 0.49 0.25 40 0.42 0.57
Hex BF A0 62 0 10 31 19 28 2A 39
Octal 277 240 142 0 20 61 31 50 52 71
Binary 10111111 10100000 1100010 0 10000 110001 11001 101000 101010 111001

Color Harmonies of #BFA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA062

Black with #BFA062

Text Example


Text Example

White with #BFA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA062; }

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

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

background-color css

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

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

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

border-color css

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

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

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