Html Css Color HEX #BFA562 Laser

📋 copy color: '#BFA562'

red 191 ◦ green 165 ◦ blue 98

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

Shades of Laser #BFA562

Tints of Laser #BFA562

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.34%

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

R = 42.07%
G = 36.34%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BFA562 (or 0xBFA562) is known color: Laser. HEX triplet: BF, A5 and 62. RGB value is (191,165,98). Sum of RGB (Red+Green+Blue) = 191+165+98=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA562 is #405A9D. Grayscale: #A5A5A5. Windows color (decimal): -4217502 or 6464959. OLE color: 6464959.

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

Color convert

RGB 191 165 98 -
CMYK 0 0.14 0.49 0.25
HSL 43.23º 0.42% 0.57% -
HSV(B) 43.23º 0.49% 0.75% -
XYZ 37.15 38.87 17.1 -
YUV 165.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 191 165 98 0 0.14 0.49 0.25 43.23 0.42 0.57
Hex BF A5 62 0 E 31 19 2B 2A 39
Octal 277 245 142 0 16 61 31 53 52 71
Binary 10111111 10100101 1100010 0 1110 110001 11001 101011 101010 111001

Color Harmonies of #BFA562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA562

Black with #BFA562

Text Example


Text Example

White with #BFA562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA562; }

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

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

background-color css

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

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

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

border-color css

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

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

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