Html Css Color HEX #BDAD60 Gimblet

📋 copy color: '#BDAD60'

red 189 ◦ green 173 ◦ blue 96

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

Shades of Gimblet #BDAD60

Tints of Gimblet #BDAD60

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.77%

 BLUE value IS 96 (37.89% from 255) = 20.96%

R = 41.27%
G = 37.77%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDAD60 (or 0xBDAD60) is known color: Gimblet. HEX triplet: BD, AD and 60. RGB value is (189,173,96). Sum of RGB (Red+Green+Blue) = 189+173+96=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD60 is #42529F. Grayscale: #A9A9A9. Windows color (decimal): -4346528 or 6335933. OLE color: 6335933.

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

Color convert

RGB 189 173 96 -
CMYK 0 0.08 0.49 0.26
HSL 49.68º 0.41% 0.56% -
HSV(B) 49.68º 0.49% 0.74% -
XYZ 38.04 41.55 17.08 -
YUV 169.01 86.8 142.26 -
System Red Green Blue C M Y K H S L
Decimal 189 173 96 0 0.08 0.49 0.26 49.68 0.41 0.56
Hex BD AD 60 0 8 31 1A 32 29 38
Octal 275 255 140 0 10 61 32 62 51 70
Binary 10111101 10101101 1100000 0 1000 110001 11010 110010 101001 111000

Color Harmonies of #BDAD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD60

Black with #BDAD60

Text Example


Text Example

White with #BDAD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD60; }

 p { color: rgb(189,173,96); }

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

background-color css

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

 a { background-color: rgb(189,173,96); }

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

border-color css

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

 span { border-color: rgb(189,173,96); }

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