Html Css Color HEX #BEAC6D Gimblet

📋 copy color: '#BEAC6D'

red 190 ◦ green 172 ◦ blue 109

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

Shades of Gimblet #BEAC6D

Tints of Gimblet #BEAC6D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.52%

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

R = 40.34%
G = 36.52%
B = 23.14%

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

#BEAC6D (or 0xBEAC6D) is known color: Gimblet. HEX triplet: BE, AC and 6D. RGB value is (190,172,109). Sum of RGB (Red+Green+Blue) = 190+172+109=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC6D is #415392. Grayscale: #AAAAAA. Windows color (decimal): -4281235 or 7187646. OLE color: 7187646.

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

Color convert

RGB 190 172 109 -
CMYK 0 0.09 0.43 0.25
HSL 46.67º 0.38% 0.59% -
HSV(B) 46.67º 0.43% 0.75% -
XYZ 38.75 41.56 20.45 -
YUV 170.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 190 172 109 0 0.09 0.43 0.25 46.67 0.38 0.59
Hex BE AC 6D 0 9 2B 19 2F 26 3B
Octal 276 254 155 0 11 53 31 57 46 73
Binary 10111110 10101100 1101101 0 1001 101011 11001 101111 100110 111011

Color Harmonies of #BEAC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC6D

Black with #BEAC6D

Text Example


Text Example

White with #BEAC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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