Html Css Color HEX #BEA35C Laser

📋 copy color: '#BEA35C'

red 190 ◦ green 163 ◦ blue 92

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

Shades of Laser #BEA35C

Tints of Laser #BEA35C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.63%

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 42.7%
G = 36.63%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BEA35C (or 0xBEA35C) is known color: Laser. HEX triplet: BE, A3 and 5C. RGB value is (190,163,92). Sum of RGB (Red+Green+Blue) = 190+163+92=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA35C is #415CA3. Grayscale: #A3A3A3. Windows color (decimal): -4283556 or 6071230. OLE color: 6071230.

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

Color convert

RGB 190 163 92 -
CMYK 0 0.14 0.52 0.25
HSL 43.47º 0.43% 0.55% -
HSV(B) 43.47º 0.52% 0.75% -
XYZ 36.26 37.91 15.53 -
YUV 162.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 190 163 92 0 0.14 0.52 0.25 43.47 0.43 0.55
Hex BE A3 5C 0 E 34 19 2B 2B 37
Octal 276 243 134 0 16 64 31 53 53 67
Binary 10111110 10100011 1011100 0 1110 110100 11001 101011 101011 110111

Color Harmonies of #BEA35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA35C

Black with #BEA35C

Text Example


Text Example

White with #BEA35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA35C; }

 p { color: rgb(190,163,92); }

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

background-color css

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

 a { background-color: rgb(190,163,92); }

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

border-color css

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

 span { border-color: rgb(190,163,92); }

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