Html Css Color HEX #BDAE60 Gimblet

📋 copy color: '#BDAE60'

red 189 ◦ green 174 ◦ blue 96

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

Shades of Gimblet #BDAE60

Tints of Gimblet #BDAE60

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.91%

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

R = 41.18%
G = 37.91%
B = 20.92%

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

#BDAE60 (or 0xBDAE60) is known color: Gimblet. HEX triplet: BD, AE and 60. RGB value is (189,174,96). Sum of RGB (Red+Green+Blue) = 189+174+96=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE60 is #42519F. Grayscale: #A9A9A9. Windows color (decimal): -4346272 or 6336189. OLE color: 6336189.

HSL color Cylindrical-coordinate representation of color #BDAE60: hue angle of 50.32º 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 #BDAE60 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 174 96 -
CMYK 0 0.08 0.49 0.26
HSL 50.32º 0.41% 0.56% -
HSV(B) 50.32º 0.49% 0.74% -
XYZ 38.23 41.94 17.15 -
YUV 169.59 86.47 141.84 -
System Red Green Blue C M Y K H S L
Decimal 189 174 96 0 0.08 0.49 0.26 50.32 0.41 0.56
Hex BD AE 60 0 8 31 1A 32 29 38
Octal 275 256 140 0 10 61 32 62 51 70
Binary 10111101 10101110 1100000 0 1000 110001 11010 110010 101001 111000

Color Harmonies of #BDAE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE60

Black with #BDAE60

Text Example


Text Example

White with #BDAE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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