Html Css Color HEX #BEA75E Laser

📋 copy color: '#BEA75E'

red 190 ◦ green 167 ◦ blue 94

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

Shades of Laser #BEA75E

Tints of Laser #BEA75E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.03%

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

R = 42.13%
G = 37.03%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEA75E (or 0xBEA75E) is known color: Laser. HEX triplet: BE, A7 and 5E. RGB value is (190,167,94). Sum of RGB (Red+Green+Blue) = 190+167+94=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA75E is #4158A1. Grayscale: #A5A5A5. Windows color (decimal): -4282530 or 6203326. OLE color: 6203326.

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

Color convert

RGB 190 167 94 -
CMYK 0 0.12 0.51 0.25
HSL 45.63º 0.42% 0.56% -
HSV(B) 45.63º 0.51% 0.75% -
XYZ 37.07 39.39 16.24 -
YUV 165.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 190 167 94 0 0.12 0.51 0.25 45.63 0.42 0.56
Hex BE A7 5E 0 C 33 19 2E 2A 38
Octal 276 247 136 0 14 63 31 56 52 70
Binary 10111110 10100111 1011110 0 1100 110011 11001 101110 101010 111000

Color Harmonies of #BEA75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA75E

Black with #BEA75E

Text Example


Text Example

White with #BEA75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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