Html Css Color HEX #BEA865 Laser

📋 copy color: '#BEA865'

red 190 ◦ green 168 ◦ blue 101

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

Shades of Laser #BEA865

Tints of Laser #BEA865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22%

R = 41.39%
G = 36.6%
B = 22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEA865 (or 0xBEA865) is known color: Laser. HEX triplet: BE, A8 and 65. RGB value is (190,168,101). Sum of RGB (Red+Green+Blue) = 190+168+101=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA865 is #41579A. Grayscale: #A7A7A7. Windows color (decimal): -4282267 or 6662334. OLE color: 6662334.

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

Color convert

RGB 190 168 101 -
CMYK 0 0.12 0.47 0.25
HSL 45.17º 0.41% 0.57% -
HSV(B) 45.17º 0.47% 0.75% -
XYZ 37.59 39.89 18.03 -
YUV 166.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 190 168 101 0 0.12 0.47 0.25 45.17 0.41 0.57
Hex BE A8 65 0 C 2F 19 2D 29 39
Octal 276 250 145 0 14 57 31 55 51 71
Binary 10111110 10101000 1100101 0 1100 101111 11001 101101 101001 111001

Color Harmonies of #BEA865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA865

Black with #BEA865

Text Example


Text Example

White with #BEA865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA865; }

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

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

background-color css

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

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

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

border-color css

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

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

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