Html Css Color HEX #BEA568 Laser

📋 copy color: '#BEA568'

red 190 ◦ green 165 ◦ blue 104

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

Shades of Laser #BEA568

Tints of Laser #BEA568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.66%

R = 41.39%
G = 35.95%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEA568 (or 0xBEA568) is known color: Laser. HEX triplet: BE, A5 and 68. RGB value is (190,165,104). Sum of RGB (Red+Green+Blue) = 190+165+104=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA568 is #415A97. Grayscale: #A5A5A5. Windows color (decimal): -4283032 or 6858174. OLE color: 6858174.

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

Color convert

RGB 190 165 104 -
CMYK 0 0.13 0.45 0.25
HSL 42.56º 0.4% 0.58% -
HSV(B) 42.56º 0.45% 0.75% -
XYZ 37.19 38.86 18.64 -
YUV 165.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 190 165 104 0 0.13 0.45 0.25 42.56 0.4 0.58
Hex BE A5 68 0 D 2D 19 2B 28 3A
Octal 276 245 150 0 15 55 31 53 50 72
Binary 10111110 10100101 1101000 0 1101 101101 11001 101011 101000 111010

Color Harmonies of #BEA568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA568

Black with #BEA568

Text Example


Text Example

White with #BEA568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA568; }

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

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

background-color css

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

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

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

border-color css

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

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

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