Html Css Color HEX #BEAD65 Gimblet

📋 copy color: '#BEAD65'

red 190 ◦ green 173 ◦ blue 101

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

Shades of Gimblet #BEAD65

Tints of Gimblet #BEAD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.77%

R = 40.95%
G = 37.28%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEAD65 (or 0xBEAD65) is known color: Gimblet. HEX triplet: BE, AD and 65. RGB value is (190,173,101). Sum of RGB (Red+Green+Blue) = 190+173+101=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAD65 is #41529A. Grayscale: #AAAAAA. Windows color (decimal): -4280987 or 6663614. OLE color: 6663614.

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

Color convert

RGB 190 173 101 -
CMYK 0 0.09 0.47 0.25
HSL 48.54º 0.41% 0.57% -
HSV(B) 48.54º 0.47% 0.75% -
XYZ 38.53 41.77 18.34 -
YUV 169.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 190 173 101 0 0.09 0.47 0.25 48.54 0.41 0.57
Hex BE AD 65 0 9 2F 19 31 29 39
Octal 276 255 145 0 11 57 31 61 51 71
Binary 10111110 10101101 1100101 0 1001 101111 11001 110001 101001 111001

Color Harmonies of #BEAD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD65

Black with #BEAD65

Text Example


Text Example

White with #BEAD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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