Html Css Color HEX #BDAC66 Gimblet

📋 copy color: '#BDAC66'

red 189 ◦ green 172 ◦ blue 102

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

Shades of Gimblet #BDAC66

Tints of Gimblet #BDAC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.03%

R = 40.82%
G = 37.15%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDAC66 (or 0xBDAC66) is known color: Gimblet. HEX triplet: BD, AC and 66. RGB value is (189,172,102). Sum of RGB (Red+Green+Blue) = 189+172+102=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC66 is #425399. Grayscale: #A9A9A9. Windows color (decimal): -4346778 or 6728893. OLE color: 6728893.

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

Color convert

RGB 189 172 102 -
CMYK 0 0.09 0.46 0.26
HSL 48.28º 0.4% 0.57% -
HSV(B) 48.28º 0.46% 0.74% -
XYZ 38.14 41.28 18.53 -
YUV 169.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 189 172 102 0 0.09 0.46 0.26 48.28 0.4 0.57
Hex BD AC 66 0 9 2E 1A 30 28 39
Octal 275 254 146 0 11 56 32 60 50 71
Binary 10111101 10101100 1100110 0 1001 101110 11010 110000 101000 111001

Color Harmonies of #BDAC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC66

Black with #BDAC66

Text Example


Text Example

White with #BDAC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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