Html Css Color HEX #BEAB65 Gimblet

📋 copy color: '#BEAB65'

red 190 ◦ green 171 ◦ blue 101

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

Shades of Gimblet #BEAB65

Tints of Gimblet #BEAB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.86%

R = 41.13%
G = 37.01%
B = 21.86%

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

#BEAB65 (or 0xBEAB65) is known color: Gimblet. HEX triplet: BE, AB and 65. RGB value is (190,171,101). Sum of RGB (Red+Green+Blue) = 190+171+101=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB65 is #41549A. Grayscale: #A9A9A9. Windows color (decimal): -4281499 or 6663102. OLE color: 6663102.

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

Color convert

RGB 190 171 101 -
CMYK 0 0.10 0.47 0.25
HSL 47.19º 0.41% 0.57% -
HSV(B) 47.19º 0.47% 0.75% -
XYZ 38.15 41.01 18.22 -
YUV 168.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 190 171 101 0 0.10 0.47 0.25 47.19 0.41 0.57
Hex BE AB 65 0 A 2F 19 2F 29 39
Octal 276 253 145 0 12 57 31 57 51 71
Binary 10111110 10101011 1100101 0 1010 101111 11001 101111 101001 111001

Color Harmonies of #BEAB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB65

Black with #BEAB65

Text Example


Text Example

White with #BEAB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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