Html Css Color HEX #BEAB64 Gimblet

📋 copy color: '#BEAB64'

red 190 ◦ green 171 ◦ blue 100

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

Shades of Gimblet #BEAB64

Tints of Gimblet #BEAB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

 BLUE value IS 100 (39.45% from 255) = 21.69%

R = 41.21%
G = 37.09%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEAB64 (or 0xBEAB64) is known color: Gimblet. HEX triplet: BE, AB and 64. RGB value is (190,171,100). Sum of RGB (Red+Green+Blue) = 190+171+100=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB64 is #41549B. Grayscale: #A8A8A8. Windows color (decimal): -4281500 or 6597566. OLE color: 6597566.

HSL color Cylindrical-coordinate representation of color #BEAB64: hue angle of 47.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEAB64 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 171 100 -
CMYK 0 0.10 0.47 0.25
HSL 47.33º 0.41% 0.57% -
HSV(B) 47.33º 0.47% 0.75% -
XYZ 38.1 40.99 17.96 -
YUV 168.59 89.29 143.27 -
System Red Green Blue C M Y K H S L
Decimal 190 171 100 0 0.10 0.47 0.25 47.33 0.41 0.57
Hex BE AB 64 0 A 2F 19 2F 29 39
Octal 276 253 144 0 12 57 31 57 51 71
Binary 10111110 10101011 1100100 0 1010 101111 11001 101111 101001 111001

Color Harmonies of #BEAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB64

Black with #BEAB64

Text Example


Text Example

White with #BEAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB64; }

 p { color: rgb(190,171,100); }

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

background-color css

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

 a { background-color: rgb(190,171,100); }

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

border-color css

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

 span { border-color: rgb(190,171,100); }

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