Html Css Color HEX #BEA261 Laser

📋 copy color: '#BEA261'

red 190 ◦ green 162 ◦ blue 97

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

Shades of Laser #BEA261

Tints of Laser #BEA261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.08%

 BLUE value IS 97 (38.28% from 255) = 21.6%

R = 42.32%
G = 36.08%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEA261 (or 0xBEA261) is known color: Laser. HEX triplet: BE, A2 and 61. RGB value is (190,162,97). Sum of RGB (Red+Green+Blue) = 190+162+97=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA261 is #415D9E. Grayscale: #A3A3A3. Windows color (decimal): -4283807 or 6398654. OLE color: 6398654.

HSL color Cylindrical-coordinate representation of color #BEA261: hue angle of 41.94º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEA261 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 162 97 -
CMYK 0 0.15 0.49 0.25
HSL 41.94º 0.42% 0.56% -
HSV(B) 41.94º 0.49% 0.75% -
XYZ 36.31 37.65 16.66 -
YUV 162.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 190 162 97 0 0.15 0.49 0.25 41.94 0.42 0.56
Hex BE A2 61 0 F 31 19 2A 2A 38
Octal 276 242 141 0 17 61 31 52 52 70
Binary 10111110 10100010 1100001 0 1111 110001 11001 101010 101010 111000

Color Harmonies of #BEA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA261

Black with #BEA261

Text Example


Text Example

White with #BEA261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA261; }

 p { color: rgb(190,162,97); }

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

background-color css

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

 a { background-color: rgb(190,162,97); }

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

border-color css

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

 span { border-color: rgb(190,162,97); }

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