Html Css Color HEX #BEA965 Laser

📋 copy color: '#BEA965'

red 190 ◦ green 169 ◦ blue 101

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

Shades of Laser #BEA965

Tints of Laser #BEA965

RGB

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

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

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

R = 41.3%
G = 36.74%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEA965 (or 0xBEA965) is known color: Laser. HEX triplet: BE, A9 and 65. RGB value is (190,169,101). Sum of RGB (Red+Green+Blue) = 190+169+101=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA965 is #41569A. Grayscale: #A7A7A7. Windows color (decimal): -4282011 or 6662590. OLE color: 6662590.

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

Color convert

RGB 190 169 101 -
CMYK 0 0.11 0.47 0.25
HSL 45.84º 0.41% 0.57% -
HSV(B) 45.84º 0.47% 0.75% -
XYZ 37.77 40.26 18.09 -
YUV 167.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 190 169 101 0 0.11 0.47 0.25 45.84 0.41 0.57
Hex BE A9 65 0 B 2F 19 2E 29 39
Octal 276 251 145 0 13 57 31 56 51 71
Binary 10111110 10101001 1100101 0 1011 101111 11001 101110 101001 111001

Color Harmonies of #BEA965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA965

Black with #BEA965

Text Example


Text Example

White with #BEA965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA965; }

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

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

background-color css

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

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

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

border-color css

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

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

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