Html Css Color HEX #BEA66A Laser

📋 copy color: '#BEA66A'

red 190 ◦ green 166 ◦ blue 106

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

Shades of Laser #BEA66A

Tints of Laser #BEA66A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.93%

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

R = 41.13%
G = 35.93%
B = 22.94%

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

#BEA66A (or 0xBEA66A) is known color: Laser. HEX triplet: BE, A6 and 6A. RGB value is (190,166,106). Sum of RGB (Red+Green+Blue) = 190+166+106=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA66A is #415995. Grayscale: #A6A6A6. Windows color (decimal): -4282774 or 6989502. OLE color: 6989502.

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

Color convert

RGB 190 166 106 -
CMYK 0 0.13 0.44 0.25
HSL 42.86º 0.39% 0.58% -
HSV(B) 42.86º 0.44% 0.75% -
XYZ 37.47 39.26 19.24 -
YUV 166.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 190 166 106 0 0.13 0.44 0.25 42.86 0.39 0.58
Hex BE A6 6A 0 D 2C 19 2B 27 3A
Octal 276 246 152 0 15 54 31 53 47 72
Binary 10111110 10100110 1101010 0 1101 101100 11001 101011 100111 111010

Color Harmonies of #BEA66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA66A

Black with #BEA66A

Text Example


Text Example

White with #BEA66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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