Html Css Color HEX #BEAF6A Gimblet

📋 copy color: '#BEAF6A'

red 190 ◦ green 175 ◦ blue 106

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

Shades of Gimblet #BEAF6A

Tints of Gimblet #BEAF6A

RGB

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

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

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

R = 40.34%
G = 37.15%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEAF6A (or 0xBEAF6A) is known color: Gimblet. HEX triplet: BE, AF and 6A. RGB value is (190,175,106). Sum of RGB (Red+Green+Blue) = 190+175+106=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF6A is #415095. Grayscale: #ABABAB. Windows color (decimal): -4280470 or 6991806. OLE color: 6991806.

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

Color convert

RGB 190 175 106 -
CMYK 0 0.08 0.44 0.25
HSL 49.29º 0.39% 0.58% -
HSV(B) 49.29º 0.44% 0.75% -
XYZ 39.17 42.65 19.8 -
YUV 171.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 190 175 106 0 0.08 0.44 0.25 49.29 0.39 0.58
Hex BE AF 6A 0 8 2C 19 31 27 3A
Octal 276 257 152 0 10 54 31 61 47 72
Binary 10111110 10101111 1101010 0 1000 101100 11001 110001 100111 111010

Color Harmonies of #BEAF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF6A

Black with #BEAF6A

Text Example


Text Example

White with #BEAF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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