Html Css Color HEX #BEAA68 Gimblet

📋 copy color: '#BEAA68'

red 190 ◦ green 170 ◦ blue 104

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

Shades of Gimblet #BEAA68

Tints of Gimblet #BEAA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.64%

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

R = 40.95%
G = 36.64%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEAA68 (or 0xBEAA68) is known color: Gimblet. HEX triplet: BE, AA and 68. RGB value is (190,170,104). Sum of RGB (Red+Green+Blue) = 190+170+104=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA68 is #415597. Grayscale: #A8A8A8. Windows color (decimal): -4281752 or 6859454. OLE color: 6859454.

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

Color convert

RGB 190 170 104 -
CMYK 0 0.11 0.45 0.25
HSL 46.05º 0.4% 0.58% -
HSV(B) 46.05º 0.45% 0.75% -
XYZ 38.11 40.7 18.94 -
YUV 168.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 190 170 104 0 0.11 0.45 0.25 46.05 0.4 0.58
Hex BE AA 68 0 B 2D 19 2E 28 3A
Octal 276 252 150 0 13 55 31 56 50 72
Binary 10111110 10101010 1101000 0 1011 101101 11001 101110 101000 111010

Color Harmonies of #BEAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA68

Black with #BEAA68

Text Example


Text Example

White with #BEAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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