Html Css Color HEX #BEA05C Laser

📋 copy color: '#BEA05C'

red 190 ◦ green 160 ◦ blue 92

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

Shades of Laser #BEA05C

Tints of Laser #BEA05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.2%

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

R = 42.99%
G = 36.2%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BEA05C (or 0xBEA05C) is known color: Laser. HEX triplet: BE, A0 and 5C. RGB value is (190,160,92). Sum of RGB (Red+Green+Blue) = 190+160+92=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA05C is #415FA3. Grayscale: #A1A1A1. Windows color (decimal): -4284324 or 6070462. OLE color: 6070462.

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

Color convert

RGB 190 160 92 -
CMYK 0 0.16 0.52 0.25
HSL 41.63º 0.43% 0.55% -
HSV(B) 41.63º 0.52% 0.75% -
XYZ 35.74 36.86 15.36 -
YUV 161.22 88.94 148.53 -
System Red Green Blue C M Y K H S L
Decimal 190 160 92 0 0.16 0.52 0.25 41.63 0.43 0.55
Hex BE A0 5C 0 10 34 19 2A 2B 37
Octal 276 240 134 0 20 64 31 52 53 67
Binary 10111110 10100000 1011100 0 10000 110100 11001 101010 101011 110111

Color Harmonies of #BEA05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA05C

Black with #BEA05C

Text Example


Text Example

White with #BEA05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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