Html Css Color HEX #BEA869 Laser

📋 copy color: '#BEA869'

red 190 ◦ green 168 ◦ blue 105

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

Shades of Laser #BEA869

Tints of Laser #BEA869

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.29%

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

R = 41.04%
G = 36.29%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEA869 (or 0xBEA869) is known color: Laser. HEX triplet: BE, A8 and 69. RGB value is (190,168,105). Sum of RGB (Red+Green+Blue) = 190+168+105=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA869 is #415796. Grayscale: #A7A7A7. Windows color (decimal): -4282263 or 6924478. OLE color: 6924478.

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

Color convert

RGB 190 168 105 -
CMYK 0 0.12 0.45 0.25
HSL 44.47º 0.4% 0.58% -
HSV(B) 44.47º 0.45% 0.75% -
XYZ 37.79 39.97 19.09 -
YUV 167.4 92.79 144.12 -
System Red Green Blue C M Y K H S L
Decimal 190 168 105 0 0.12 0.45 0.25 44.47 0.4 0.58
Hex BE A8 69 0 C 2D 19 2C 28 3A
Octal 276 250 151 0 14 55 31 54 50 72
Binary 10111110 10101000 1101001 0 1100 101101 11001 101100 101000 111010

Color Harmonies of #BEA869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA869

Black with #BEA869

Text Example


Text Example

White with #BEA869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA869; }

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

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

background-color css

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

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

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

border-color css

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

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

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