Html Css Color HEX #BDAC6D Gimblet

📋 copy color: '#BDAC6D'

red 189 ◦ green 172 ◦ blue 109

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

Shades of Gimblet #BDAC6D

Tints of Gimblet #BDAC6D

RGB

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

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

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

R = 40.21%
G = 36.6%
B = 23.19%

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

#BDAC6D (or 0xBDAC6D) is known color: Gimblet. HEX triplet: BD, AC and 6D. RGB value is (189,172,109). Sum of RGB (Red+Green+Blue) = 189+172+109=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC6D is #425392. Grayscale: #AAAAAA. Windows color (decimal): -4346771 or 7187645. OLE color: 7187645.

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

Color convert

RGB 189 172 109 -
CMYK 0 0.09 0.42 0.26
HSL 47.25º 0.38% 0.58% -
HSV(B) 47.25º 0.42% 0.74% -
XYZ 38.5 41.43 20.44 -
YUV 169.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 189 172 109 0 0.09 0.42 0.26 47.25 0.38 0.58
Hex BD AC 6D 0 9 2A 1A 2F 26 3A
Octal 275 254 155 0 11 52 32 57 46 72
Binary 10111101 10101100 1101101 0 1001 101010 11010 101111 100110 111010

Color Harmonies of #BDAC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC6D

Black with #BDAC6D

Text Example


Text Example

White with #BDAC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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