Html Css Color HEX #BEAB60 Gimblet

📋 copy color: '#BEAB60'

red 190 ◦ green 171 ◦ blue 96

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

Shades of Gimblet #BEAB60

Tints of Gimblet #BEAB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.01%

R = 41.58%
G = 37.42%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEAB60 (or 0xBEAB60) is known color: Gimblet. HEX triplet: BE, AB and 60. RGB value is (190,171,96). Sum of RGB (Red+Green+Blue) = 190+171+96=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB60 is #41549F. Grayscale: #A8A8A8. Windows color (decimal): -4281504 or 6335422. OLE color: 6335422.

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

Color convert

RGB 190 171 96 -
CMYK 0 0.10 0.49 0.25
HSL 47.87º 0.42% 0.56% -
HSV(B) 47.87º 0.49% 0.75% -
XYZ 37.91 40.92 16.97 -
YUV 168.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 190 171 96 0 0.10 0.49 0.25 47.87 0.42 0.56
Hex BE AB 60 0 A 31 19 30 2A 38
Octal 276 253 140 0 12 61 31 60 52 70
Binary 10111110 10101011 1100000 0 1010 110001 11001 110000 101010 111000

Color Harmonies of #BEAB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB60

Black with #BEAB60

Text Example


Text Example

White with #BEAB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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