Html Css Color HEX #BEA465 Laser

📋 copy color: '#BEA465'

red 190 ◦ green 164 ◦ blue 101

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

Shades of Laser #BEA465

Tints of Laser #BEA465

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.04%

 BLUE value IS 101 (39.84% from 255) = 22.2%

R = 41.76%
G = 36.04%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEA465 (or 0xBEA465) is known color: Laser. HEX triplet: BE, A4 and 65. RGB value is (190,164,101). Sum of RGB (Red+Green+Blue) = 190+164+101=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA465 is #415B9A. Grayscale: #A4A4A4. Windows color (decimal): -4283291 or 6661310. OLE color: 6661310.

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

Color convert

RGB 190 164 101 -
CMYK 0 0.14 0.47 0.25
HSL 42.47º 0.41% 0.57% -
HSV(B) 42.47º 0.47% 0.75% -
XYZ 36.86 38.44 17.79 -
YUV 164.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 190 164 101 0 0.14 0.47 0.25 42.47 0.41 0.57
Hex BE A4 65 0 E 2F 19 2A 29 39
Octal 276 244 145 0 16 57 31 52 51 71
Binary 10111110 10100100 1100101 0 1110 101111 11001 101010 101001 111001

Color Harmonies of #BEA465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA465

Black with #BEA465

Text Example


Text Example

White with #BEA465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA465; }

 p { color: rgb(190,164,101); }

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

background-color css

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

 a { background-color: rgb(190,164,101); }

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

border-color css

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

 span { border-color: rgb(190,164,101); }

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