Html Css Color HEX #BEA56A Laser

📋 copy color: '#BEA56A'

red 190 ◦ green 165 ◦ blue 106

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

Shades of Laser #BEA56A

Tints of Laser #BEA56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.99%

R = 41.21%
G = 35.79%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEA56A (or 0xBEA56A) is known color: Laser. HEX triplet: BE, A5 and 6A. RGB value is (190,165,106). Sum of RGB (Red+Green+Blue) = 190+165+106=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA56A is #415A95. Grayscale: #A6A6A6. Windows color (decimal): -4283030 or 6989246. OLE color: 6989246.

HSL color Cylindrical-coordinate representation of color #BEA56A: hue angle of 42.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEA56A is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 106 -
CMYK 0 0.13 0.44 0.25
HSL 42.14º 0.39% 0.58% -
HSV(B) 42.14º 0.44% 0.75% -
XYZ 37.29 38.9 19.18 -
YUV 165.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 190 165 106 0 0.13 0.44 0.25 42.14 0.39 0.58
Hex BE A5 6A 0 D 2C 19 2A 27 3A
Octal 276 245 152 0 15 54 31 52 47 72
Binary 10111110 10100101 1101010 0 1101 101100 11001 101010 100111 111010

Color Harmonies of #BEA56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA56A

Black with #BEA56A

Text Example


Text Example

White with #BEA56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA56A; }

 p { color: rgb(190,165,106); }

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

background-color css

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

 a { background-color: rgb(190,165,106); }

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

border-color css

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

 span { border-color: rgb(190,165,106); }

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