Html Css Color HEX #BEAE6D Gimblet

📋 copy color: '#BEAE6D'

red 190 ◦ green 174 ◦ blue 109

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

Shades of Gimblet #BEAE6D

Tints of Gimblet #BEAE6D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.79%

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 40.17%
G = 36.79%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEAE6D (or 0xBEAE6D) is known color: Gimblet. HEX triplet: BE, AE and 6D. RGB value is (190,174,109). Sum of RGB (Red+Green+Blue) = 190+174+109=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE6D is #415192. Grayscale: #ABABAB. Windows color (decimal): -4280723 or 7188158. OLE color: 7188158.

HSL color Cylindrical-coordinate representation of color #BEAE6D: hue angle of 48.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEAE6D is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 174 109 -
CMYK 0 0.08 0.43 0.25
HSL 48.15º 0.38% 0.59% -
HSV(B) 48.15º 0.43% 0.75% -
XYZ 39.13 42.32 20.57 -
YUV 171.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 190 174 109 0 0.08 0.43 0.25 48.15 0.38 0.59
Hex BE AE 6D 0 8 2B 19 30 26 3B
Octal 276 256 155 0 10 53 31 60 46 73
Binary 10111110 10101110 1101101 0 1000 101011 11001 110000 100110 111011

Color Harmonies of #BEAE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAE6D

Black with #BEAE6D

Text Example


Text Example

White with #BEAE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAE6D; }

 p { color: rgb(190,174,109); }

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

background-color css

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

 a { background-color: rgb(190,174,109); }

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

border-color css

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

 span { border-color: rgb(190,174,109); }

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