Html Css Color HEX #BEA56C Laser

📋 copy color: '#BEA56C'

red 190 ◦ green 165 ◦ blue 108

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

Shades of Laser #BEA56C

Tints of Laser #BEA56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.33%

R = 41.04%
G = 35.64%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEA56C (or 0xBEA56C) is known color: Laser. HEX triplet: BE, A5 and 6C. RGB value is (190,165,108). Sum of RGB (Red+Green+Blue) = 190+165+108=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA56C is #415A93. Grayscale: #A6A6A6. Windows color (decimal): -4283028 or 7120318. OLE color: 7120318.

HSL color Cylindrical-coordinate representation of color #BEA56C: hue angle of 41.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEA56C is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 108 -
CMYK 0 0.13 0.43 0.25
HSL 41.71º 0.39% 0.58% -
HSV(B) 41.71º 0.43% 0.75% -
XYZ 37.4 38.94 19.73 -
YUV 165.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 190 165 108 0 0.13 0.43 0.25 41.71 0.39 0.58
Hex BE A5 6C 0 D 2B 19 2A 27 3A
Octal 276 245 154 0 15 53 31 52 47 72
Binary 10111110 10100101 1101100 0 1101 101011 11001 101010 100111 111010

Color Harmonies of #BEA56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA56C

Black with #BEA56C

Text Example


Text Example

White with #BEA56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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