Html Css Color HEX #BE9E5A Laser

📋 copy color: '#BE9E5A'

red 190 ◦ green 158 ◦ blue 90

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

Shades of Laser #BE9E5A

Tints of Laser #BE9E5A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.07%

 BLUE value IS 90 (35.55% from 255) = 20.55%

R = 43.38%
G = 36.07%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE9E5A (or 0xBE9E5A) is known color: Laser. HEX triplet: BE, 9E and 5A. RGB value is (190,158,90). Sum of RGB (Red+Green+Blue) = 190+158+90=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E5A is #4161A5. Grayscale: #A0A0A0. Windows color (decimal): -4284838 or 5938878. OLE color: 5938878.

HSL color Cylindrical-coordinate representation of color #BE9E5A: hue angle of 40.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE9E5A is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 158 90 -
CMYK 0 0.17 0.53 0.25
HSL 40.8º 0.43% 0.55% -
HSV(B) 40.8º 0.53% 0.75% -
XYZ 35.31 36.14 14.79 -
YUV 159.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 190 158 90 0 0.17 0.53 0.25 40.8 0.43 0.55
Hex BE 9E 5A 0 11 35 19 29 2B 37
Octal 276 236 132 0 21 65 31 51 53 67
Binary 10111110 10011110 1011010 0 10001 110101 11001 101001 101011 110111

Color Harmonies of #BE9E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E5A

Black with #BE9E5A

Text Example


Text Example

White with #BE9E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E5A; }

 p { color: rgb(190,158,90); }

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

background-color css

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

 a { background-color: rgb(190,158,90); }

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

border-color css

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

 span { border-color: rgb(190,158,90); }

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