Html Css Color HEX #BEAD5A Gimblet

📋 copy color: '#BEAD5A'

red 190 ◦ green 173 ◦ blue 90

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

Shades of Gimblet #BEAD5A

Tints of Gimblet #BEAD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.87%

R = 41.94%
G = 38.19%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BEAD5A (or 0xBEAD5A) is known color: Gimblet. HEX triplet: BE, AD and 5A. RGB value is (190,173,90). Sum of RGB (Red+Green+Blue) = 190+173+90=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD5A is #4152A5. Grayscale: #A8A8A8. Windows color (decimal): -4280998 or 5942718. OLE color: 5942718.

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

Color convert

RGB 190 173 90 -
CMYK 0 0.09 0.53 0.25
HSL 49.8º 0.43% 0.55% -
HSV(B) 49.8º 0.53% 0.75% -
XYZ 38.02 41.57 15.69 -
YUV 168.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 190 173 90 0 0.09 0.53 0.25 49.8 0.43 0.55
Hex BE AD 5A 0 9 35 19 32 2B 37
Octal 276 255 132 0 11 65 31 62 53 67
Binary 10111110 10101101 1011010 0 1001 110101 11001 110010 101011 110111

Color Harmonies of #BEAD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD5A

Black with #BEAD5A

Text Example


Text Example

White with #BEAD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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