Html Css Color HEX #BEA164 Laser

📋 copy color: '#BEA164'

red 190 ◦ green 161 ◦ blue 100

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

Shades of Laser #BEA164

Tints of Laser #BEA164

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.7%

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

R = 42.13%
G = 35.7%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEA164 (or 0xBEA164) is known color: Laser. HEX triplet: BE, A1 and 64. RGB value is (190,161,100). Sum of RGB (Red+Green+Blue) = 190+161+100=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA164 is #415E9B. Grayscale: #A2A2A2. Windows color (decimal): -4284060 or 6595006. OLE color: 6595006.

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

Color convert

RGB 190 161 100 -
CMYK 0 0.15 0.47 0.25
HSL 40.67º 0.41% 0.57% -
HSV(B) 40.67º 0.47% 0.75% -
XYZ 36.28 37.36 17.36 -
YUV 162.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 190 161 100 0 0.15 0.47 0.25 40.67 0.41 0.57
Hex BE A1 64 0 F 2F 19 29 29 39
Octal 276 241 144 0 17 57 31 51 51 71
Binary 10111110 10100001 1100100 0 1111 101111 11001 101001 101001 111001

Color Harmonies of #BEA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA164

Black with #BEA164

Text Example


Text Example

White with #BEA164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA164; }

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

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

background-color css

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

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

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

border-color css

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

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

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