Html Css Color HEX #BEA55C Laser

📋 copy color: '#BEA55C'

red 190 ◦ green 165 ◦ blue 92

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

Shades of Laser #BEA55C

Tints of Laser #BEA55C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.91%

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

R = 42.51%
G = 36.91%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BEA55C (or 0xBEA55C) is known color: Laser. HEX triplet: BE, A5 and 5C. RGB value is (190,165,92). Sum of RGB (Red+Green+Blue) = 190+165+92=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA55C is #415AA3. Grayscale: #A4A4A4. Windows color (decimal): -4283044 or 6071742. OLE color: 6071742.

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

Color convert

RGB 190 165 92 -
CMYK 0 0.13 0.52 0.25
HSL 44.69º 0.43% 0.55% -
HSV(B) 44.69º 0.52% 0.75% -
XYZ 36.62 38.63 15.65 -
YUV 164.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 190 165 92 0 0.13 0.52 0.25 44.69 0.43 0.55
Hex BE A5 5C 0 D 34 19 2D 2B 37
Octal 276 245 134 0 15 64 31 55 53 67
Binary 10111110 10100101 1011100 0 1101 110100 11001 101101 101011 110111

Color Harmonies of #BEA55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA55C

Black with #BEA55C

Text Example


Text Example

White with #BEA55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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