Html Css Color HEX #BDAC6E Gimblet

📋 copy color: '#BDAC6E'

red 189 ◦ green 172 ◦ blue 110

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

Shades of Gimblet #BDAC6E

Tints of Gimblet #BDAC6E

RGB

 RED value IS 189 (74.22% from 255) = 40.13%

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

 BLUE value IS 110 (43.36% from 255) = 23.35%

R = 40.13%
G = 36.52%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDAC6E (or 0xBDAC6E) is known color: Gimblet. HEX triplet: BD, AC and 6E. RGB value is (189,172,110). Sum of RGB (Red+Green+Blue) = 189+172+110=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC6E is #425391. Grayscale: #AAAAAA. Windows color (decimal): -4346770 or 7253181. OLE color: 7253181.

HSL color Cylindrical-coordinate representation of color #BDAC6E: hue angle of 47.09º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDAC6E is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 172 110 -
CMYK 0 0.09 0.42 0.26
HSL 47.09º 0.37% 0.59% -
HSV(B) 47.09º 0.42% 0.74% -
XYZ 38.55 41.45 20.72 -
YUV 170.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 189 172 110 0 0.09 0.42 0.26 47.09 0.37 0.59
Hex BD AC 6E 0 9 2A 1A 2F 25 3B
Octal 275 254 156 0 11 52 32 57 45 73
Binary 10111101 10101100 1101110 0 1001 101010 11010 101111 100101 111011

Color Harmonies of #BDAC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC6E

Black with #BDAC6E

Text Example


Text Example

White with #BDAC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC6E; }

 p { color: rgb(189,172,110); }

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

background-color css

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

 a { background-color: rgb(189,172,110); }

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

border-color css

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

 span { border-color: rgb(189,172,110); }

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