Html Css Color HEX #BEAD5D Gimblet

📋 copy color: '#BEAD5D'

red 190 ◦ green 173 ◦ blue 93

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

Shades of Gimblet #BEAD5D

Tints of Gimblet #BEAD5D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

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

R = 41.67%
G = 37.94%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEAD5D (or 0xBEAD5D) is known color: Gimblet. HEX triplet: BE, AD and 5D. RGB value is (190,173,93). Sum of RGB (Red+Green+Blue) = 190+173+93=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD5D is #4152A2. Grayscale: #A9A9A9. Windows color (decimal): -4280995 or 6139326. OLE color: 6139326.

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

Color convert

RGB 190 173 93 -
CMYK 0 0.09 0.51 0.25
HSL 49.48º 0.43% 0.55% -
HSV(B) 49.48º 0.51% 0.75% -
XYZ 38.15 41.62 16.38 -
YUV 168.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 190 173 93 0 0.09 0.51 0.25 49.48 0.43 0.55
Hex BE AD 5D 0 9 33 19 31 2B 37
Octal 276 255 135 0 11 63 31 61 53 67
Binary 10111110 10101101 1011101 0 1001 110011 11001 110001 101011 110111

Color Harmonies of #BEAD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD5D

Black with #BEAD5D

Text Example


Text Example

White with #BEAD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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