Html Css Color HEX #BEAC68 Gimblet

📋 copy color: '#BEAC68'

red 190 ◦ green 172 ◦ blue 104

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

Shades of Gimblet #BEAC68

Tints of Gimblet #BEAC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.32%

R = 40.77%
G = 36.91%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEAC68 (or 0xBEAC68) is known color: Gimblet. HEX triplet: BE, AC and 68. RGB value is (190,172,104). Sum of RGB (Red+Green+Blue) = 190+172+104=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC68 is #415397. Grayscale: #A9A9A9. Windows color (decimal): -4281240 or 6859966. OLE color: 6859966.

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

Color convert

RGB 190 172 104 -
CMYK 0 0.09 0.45 0.25
HSL 47.44º 0.4% 0.58% -
HSV(B) 47.44º 0.45% 0.75% -
XYZ 38.49 41.45 19.07 -
YUV 169.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 190 172 104 0 0.09 0.45 0.25 47.44 0.4 0.58
Hex BE AC 68 0 9 2D 19 2F 28 3A
Octal 276 254 150 0 11 55 31 57 50 72
Binary 10111110 10101100 1101000 0 1001 101101 11001 101111 101000 111010

Color Harmonies of #BEAC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC68

Black with #BEAC68

Text Example


Text Example

White with #BEAC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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