Html Css Color HEX #BEA669 Laser

📋 copy color: '#BEA669'

red 190 ◦ green 166 ◦ blue 105

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

Shades of Laser #BEA669

Tints of Laser #BEA669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.78%

R = 41.21%
G = 36.01%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEA669 (or 0xBEA669) is known color: Laser. HEX triplet: BE, A6 and 69. RGB value is (190,166,105). Sum of RGB (Red+Green+Blue) = 190+166+105=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA669 is #415996. Grayscale: #A6A6A6. Windows color (decimal): -4282775 or 6923966. OLE color: 6923966.

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

Color convert

RGB 190 166 105 -
CMYK 0 0.13 0.45 0.25
HSL 43.06º 0.4% 0.58% -
HSV(B) 43.06º 0.45% 0.75% -
XYZ 37.42 39.24 18.97 -
YUV 166.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 190 166 105 0 0.13 0.45 0.25 43.06 0.4 0.58
Hex BE A6 69 0 D 2D 19 2B 28 3A
Octal 276 246 151 0 15 55 31 53 50 72
Binary 10111110 10100110 1101001 0 1101 101101 11001 101011 101000 111010

Color Harmonies of #BEA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA669

Black with #BEA669

Text Example


Text Example

White with #BEA669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA669; }

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

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

background-color css

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

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

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

border-color css

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

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

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