Html Css Color HEX #BE9F5A Laser

📋 copy color: '#BE9F5A'

red 190 ◦ green 159 ◦ blue 90

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

Shades of Laser #BE9F5A

Tints of Laser #BE9F5A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.22%

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

R = 43.28%
G = 36.22%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE9F5A (or 0xBE9F5A) is known color: Laser. HEX triplet: BE, 9F and 5A. RGB value is (190,159,90). Sum of RGB (Red+Green+Blue) = 190+159+90=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F5A is #4160A5. Grayscale: #A0A0A0. Windows color (decimal): -4284582 or 5939134. OLE color: 5939134.

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

Color convert

RGB 190 159 90 -
CMYK 0 0.16 0.53 0.25
HSL 41.4º 0.43% 0.55% -
HSV(B) 41.4º 0.53% 0.75% -
XYZ 35.48 36.48 14.84 -
YUV 160.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 190 159 90 0 0.16 0.53 0.25 41.4 0.43 0.55
Hex BE 9F 5A 0 10 35 19 29 2B 37
Octal 276 237 132 0 20 65 31 51 53 67
Binary 10111110 10011111 1011010 0 10000 110101 11001 101001 101011 110111

Color Harmonies of #BE9F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F5A

Black with #BE9F5A

Text Example


Text Example

White with #BE9F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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