Html Css Color HEX #BEA964 Laser

📋 copy color: '#BEA964'

red 190 ◦ green 169 ◦ blue 100

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

Shades of Laser #BEA964

Tints of Laser #BEA964

RGB

 RED value IS 190 (74.61% from 255) = 41.39%

 GREEN value IS 169 (66.41% from 255) = 36.82%

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 41.39%
G = 36.82%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEA964 (or 0xBEA964) is known color: Laser. HEX triplet: BE, A9 and 64. RGB value is (190,169,100). Sum of RGB (Red+Green+Blue) = 190+169+100=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA964 is #41569B. Grayscale: #A7A7A7. Windows color (decimal): -4282012 or 6597054. OLE color: 6597054.

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

Color convert

RGB 190 169 100 -
CMYK 0 0.11 0.47 0.25
HSL 46º 0.41% 0.57% -
HSV(B) 46º 0.47% 0.75% -
XYZ 37.72 40.24 17.84 -
YUV 167.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 190 169 100 0 0.11 0.47 0.25 46 0.41 0.57
Hex BE A9 64 0 B 2F 19 2E 29 39
Octal 276 251 144 0 13 57 31 56 51 71
Binary 10111110 10101001 1100100 0 1011 101111 11001 101110 101001 111001

Color Harmonies of #BEA964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA964

Black with #BEA964

Text Example


Text Example

White with #BEA964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA964; }

 p { color: rgb(190,169,100); }

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

background-color css

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

 a { background-color: rgb(190,169,100); }

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

border-color css

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

 span { border-color: rgb(190,169,100); }

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