Html Css Color HEX #BEA96C Laser

📋 copy color: '#BEA96C'

red 190 ◦ green 169 ◦ blue 108

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

Shades of Laser #BEA96C

Tints of Laser #BEA96C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.19%

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

R = 40.69%
G = 36.19%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEA96C (or 0xBEA96C) is known color: Laser. HEX triplet: BE, A9 and 6C. RGB value is (190,169,108). Sum of RGB (Red+Green+Blue) = 190+169+108=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA96C is #415693. Grayscale: #A8A8A8. Windows color (decimal): -4282004 or 7121342. OLE color: 7121342.

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

Color convert

RGB 190 169 108 -
CMYK 0 0.11 0.43 0.25
HSL 44.63º 0.39% 0.58% -
HSV(B) 44.63º 0.43% 0.75% -
XYZ 38.13 40.41 19.98 -
YUV 168.33 93.96 143.46 -
System Red Green Blue C M Y K H S L
Decimal 190 169 108 0 0.11 0.43 0.25 44.63 0.39 0.58
Hex BE A9 6C 0 B 2B 19 2D 27 3A
Octal 276 251 154 0 13 53 31 55 47 72
Binary 10111110 10101001 1101100 0 1011 101011 11001 101101 100111 111010

Color Harmonies of #BEA96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA96C

Black with #BEA96C

Text Example


Text Example

White with #BEA96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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