Html Css Color HEX #BEAD6A Gimblet

📋 copy color: '#BEAD6A'

red 190 ◦ green 173 ◦ blue 106

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

Shades of Gimblet #BEAD6A

Tints of Gimblet #BEAD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.6%

R = 40.51%
G = 36.89%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEAD6A (or 0xBEAD6A) is known color: Gimblet. HEX triplet: BE, AD and 6A. RGB value is (190,173,106). Sum of RGB (Red+Green+Blue) = 190+173+106=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD6A is #415295. Grayscale: #AAAAAA. Windows color (decimal): -4280982 or 6991294. OLE color: 6991294.

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

Color convert

RGB 190 173 106 -
CMYK 0 0.09 0.44 0.25
HSL 47.86º 0.39% 0.58% -
HSV(B) 47.86º 0.44% 0.75% -
XYZ 38.78 41.87 19.67 -
YUV 170.45 91.63 141.95 -
System Red Green Blue C M Y K H S L
Decimal 190 173 106 0 0.09 0.44 0.25 47.86 0.39 0.58
Hex BE AD 6A 0 9 2C 19 30 27 3A
Octal 276 255 152 0 11 54 31 60 47 72
Binary 10111110 10101101 1101010 0 1001 101100 11001 110000 100111 111010

Color Harmonies of #BEAD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD6A

Black with #BEAD6A

Text Example


Text Example

White with #BEAD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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