Html Css Color HEX #BEA966 Laser

📋 copy color: '#BEA966'

red 190 ◦ green 169 ◦ blue 102

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

Shades of Laser #BEA966

Tints of Laser #BEA966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.13%

R = 41.21%
G = 36.66%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEA966 (or 0xBEA966) is known color: Laser. HEX triplet: BE, A9 and 66. RGB value is (190,169,102). Sum of RGB (Red+Green+Blue) = 190+169+102=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA966 is #415699. Grayscale: #A7A7A7. Windows color (decimal): -4282010 or 6728126. OLE color: 6728126.

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

Color convert

RGB 190 169 102 -
CMYK 0 0.11 0.46 0.25
HSL 45.68º 0.4% 0.57% -
HSV(B) 45.68º 0.46% 0.75% -
XYZ 37.82 40.28 18.35 -
YUV 167.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 190 169 102 0 0.11 0.46 0.25 45.68 0.4 0.57
Hex BE A9 66 0 B 2E 19 2E 28 39
Octal 276 251 146 0 13 56 31 56 50 71
Binary 10111110 10101001 1100110 0 1011 101110 11001 101110 101000 111001

Color Harmonies of #BEA966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA966

Black with #BEA966

Text Example


Text Example

White with #BEA966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA966; }

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

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

background-color css

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

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

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

border-color css

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

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

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