Html Css Color HEX #BEAE5D Gimblet

📋 copy color: '#BEAE5D'

red 190 ◦ green 174 ◦ blue 93

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

Shades of Gimblet #BEAE5D

Tints of Gimblet #BEAE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.35%

R = 41.58%
G = 38.07%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEAE5D (or 0xBEAE5D) is known color: Gimblet. HEX triplet: BE, AE and 5D. RGB value is (190,174,93). Sum of RGB (Red+Green+Blue) = 190+174+93=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE5D is #4151A2. Grayscale: #A9A9A9. Windows color (decimal): -4280739 or 6139582. OLE color: 6139582.

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

Color convert

RGB 190 174 93 -
CMYK 0 0.08 0.51 0.25
HSL 50.1º 0.43% 0.55% -
HSV(B) 50.1º 0.51% 0.75% -
XYZ 38.35 42.01 16.44 -
YUV 169.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 190 174 93 0 0.08 0.51 0.25 50.1 0.43 0.55
Hex BE AE 5D 0 8 33 19 32 2B 37
Octal 276 256 135 0 10 63 31 62 53 67
Binary 10111110 10101110 1011101 0 1000 110011 11001 110010 101011 110111

Color Harmonies of #BEAE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAE5D

Black with #BEAE5D

Text Example


Text Example

White with #BEAE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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