Html Css Color HEX #BEAF66 Gimblet

📋 copy color: '#BEAF66'

red 190 ◦ green 175 ◦ blue 102

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

Shades of Gimblet #BEAF66

Tints of Gimblet #BEAF66

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

 BLUE value IS 102 (40.23% from 255) = 21.84%

R = 40.69%
G = 37.47%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEAF66 (or 0xBEAF66) is known color: Gimblet. HEX triplet: BE, AF and 66. RGB value is (190,175,102). Sum of RGB (Red+Green+Blue) = 190+175+102=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF66 is #415099. Grayscale: #ABABAB. Windows color (decimal): -4280474 or 6729662. OLE color: 6729662.

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

Color convert

RGB 190 175 102 -
CMYK 0 0.08 0.46 0.25
HSL 49.77º 0.4% 0.57% -
HSV(B) 49.77º 0.46% 0.75% -
XYZ 38.96 42.57 18.73 -
YUV 171.16 88.97 141.44 -
System Red Green Blue C M Y K H S L
Decimal 190 175 102 0 0.08 0.46 0.25 49.77 0.4 0.57
Hex BE AF 66 0 8 2E 19 32 28 39
Octal 276 257 146 0 10 56 31 62 50 71
Binary 10111110 10101111 1100110 0 1000 101110 11001 110010 101000 111001

Color Harmonies of #BEAF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF66

Black with #BEAF66

Text Example


Text Example

White with #BEAF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF66; }

 p { color: rgb(190,175,102); }

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

background-color css

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

 a { background-color: rgb(190,175,102); }

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

border-color css

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

 span { border-color: rgb(190,175,102); }

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