Html Css Color HEX #BDAC63 Gimblet

📋 copy color: '#BDAC63'

red 189 ◦ green 172 ◦ blue 99

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

Shades of Gimblet #BDAC63

Tints of Gimblet #BDAC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.52%

R = 41.09%
G = 37.39%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BDAC63 (or 0xBDAC63) is known color: Gimblet. HEX triplet: BD, AC and 63. RGB value is (189,172,99). Sum of RGB (Red+Green+Blue) = 189+172+99=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC63 is #42539C. Grayscale: #A9A9A9. Windows color (decimal): -4346781 or 6532285. OLE color: 6532285.

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

Color convert

RGB 189 172 99 -
CMYK 0 0.09 0.48 0.26
HSL 48.67º 0.41% 0.56% -
HSV(B) 48.67º 0.48% 0.74% -
XYZ 37.99 41.22 17.76 -
YUV 168.76 88.63 142.44 -
System Red Green Blue C M Y K H S L
Decimal 189 172 99 0 0.09 0.48 0.26 48.67 0.41 0.56
Hex BD AC 63 0 9 30 1A 31 29 38
Octal 275 254 143 0 11 60 32 61 51 70
Binary 10111101 10101100 1100011 0 1001 110000 11010 110001 101001 111000

Color Harmonies of #BDAC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC63

Black with #BDAC63

Text Example


Text Example

White with #BDAC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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