Html Css Color HEX #BE9E5B Laser

📋 copy color: '#BE9E5B'

red 190 ◦ green 158 ◦ blue 91

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

Shades of Laser #BE9E5B

Tints of Laser #BE9E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.73%

R = 43.28%
G = 35.99%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE9E5B (or 0xBE9E5B) is known color: Laser. HEX triplet: BE, 9E and 5B. RGB value is (190,158,91). Sum of RGB (Red+Green+Blue) = 190+158+91=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E5B is #4161A4. Grayscale: #A0A0A0. Windows color (decimal): -4284837 or 6004414. OLE color: 6004414.

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

Color convert

RGB 190 158 91 -
CMYK 0 0.17 0.52 0.25
HSL 40.61º 0.43% 0.55% -
HSV(B) 40.61º 0.52% 0.75% -
XYZ 35.35 36.16 15.01 -
YUV 159.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 190 158 91 0 0.17 0.52 0.25 40.61 0.43 0.55
Hex BE 9E 5B 0 11 34 19 29 2B 37
Octal 276 236 133 0 21 64 31 51 53 67
Binary 10111110 10011110 1011011 0 10001 110100 11001 101001 101011 110111

Color Harmonies of #BE9E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E5B

Black with #BE9E5B

Text Example


Text Example

White with #BE9E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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