Html Css Color HEX #BDAC6F Gimblet

📋 copy color: '#BDAC6F'

red 189 ◦ green 172 ◦ blue 111

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

Shades of Gimblet #BDAC6F

Tints of Gimblet #BDAC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.52%

R = 40.04%
G = 36.44%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BDAC6F (or 0xBDAC6F) is known color: Gimblet. HEX triplet: BD, AC and 6F. RGB value is (189,172,111). Sum of RGB (Red+Green+Blue) = 189+172+111=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC6F is #425390. Grayscale: #AAAAAA. Windows color (decimal): -4346769 or 7318717. OLE color: 7318717.

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

Color convert

RGB 189 172 111 -
CMYK 0 0.09 0.41 0.26
HSL 46.92º 0.37% 0.59% -
HSV(B) 46.92º 0.41% 0.74% -
XYZ 38.61 41.47 21.01 -
YUV 170.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 189 172 111 0 0.09 0.41 0.26 46.92 0.37 0.59
Hex BD AC 6F 0 9 29 1A 2F 25 3B
Octal 275 254 157 0 11 51 32 57 45 73
Binary 10111101 10101100 1101111 0 1001 101001 11010 101111 100101 111011

Color Harmonies of #BDAC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC6F

Black with #BDAC6F

Text Example


Text Example

White with #BDAC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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