Html Css Color HEX #BE9E5E Laser

📋 copy color: '#BE9E5E'

red 190 ◦ green 158 ◦ blue 94

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

Shades of Laser #BE9E5E

Tints of Laser #BE9E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.27%

R = 42.99%
G = 35.75%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE9E5E (or 0xBE9E5E) is known color: Laser. HEX triplet: BE, 9E and 5E. RGB value is (190,158,94). Sum of RGB (Red+Green+Blue) = 190+158+94=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E5E is #4161A1. Grayscale: #A0A0A0. Windows color (decimal): -4284834 or 6201022. OLE color: 6201022.

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

Color convert

RGB 190 158 94 -
CMYK 0 0.17 0.51 0.25
HSL 40º 0.42% 0.56% -
HSV(B) 40º 0.51% 0.75% -
XYZ 35.48 36.21 15.71 -
YUV 160.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 190 158 94 0 0.17 0.51 0.25 40 0.42 0.56
Hex BE 9E 5E 0 11 33 19 28 2A 38
Octal 276 236 136 0 21 63 31 50 52 70
Binary 10111110 10011110 1011110 0 10001 110011 11001 101000 101010 111000

Color Harmonies of #BE9E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E5E

Black with #BE9E5E

Text Example


Text Example

White with #BE9E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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