Html Css Color HEX #BEAD6D Gimblet

📋 copy color: '#BEAD6D'

red 190 ◦ green 173 ◦ blue 109

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

Shades of Gimblet #BEAD6D

Tints of Gimblet #BEAD6D

RGB

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

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

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

R = 40.25%
G = 36.65%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BEAD6D (or 0xBEAD6D) is known color: Gimblet. HEX triplet: BE, AD and 6D. RGB value is (190,173,109). Sum of RGB (Red+Green+Blue) = 190+173+109=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD6D is #415292. Grayscale: #ABABAB. Windows color (decimal): -4280979 or 7187902. OLE color: 7187902.

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

Color convert

RGB 190 173 109 -
CMYK 0 0.09 0.43 0.25
HSL 47.41º 0.38% 0.59% -
HSV(B) 47.41º 0.43% 0.75% -
XYZ 38.94 41.94 20.51 -
YUV 170.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 190 173 109 0 0.09 0.43 0.25 47.41 0.38 0.59
Hex BE AD 6D 0 9 2B 19 2F 26 3B
Octal 276 255 155 0 11 53 31 57 46 73
Binary 10111110 10101101 1101101 0 1001 101011 11001 101111 100110 111011

Color Harmonies of #BEAD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD6D

Black with #BEAD6D

Text Example


Text Example

White with #BEAD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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