Html Css Color HEX #BDAE56 Gimblet

📋 copy color: '#BDAE56'

red 189 ◦ green 174 ◦ blue 86

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

Shades of Gimblet #BDAE56

Tints of Gimblet #BDAE56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.15%

R = 42.09%
G = 38.75%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDAE56 (or 0xBDAE56) is known color: Gimblet. HEX triplet: BD, AE and 56. RGB value is (189,174,86). Sum of RGB (Red+Green+Blue) = 189+174+86=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE56 is #4251A9. Grayscale: #A8A8A8. Windows color (decimal): -4346282 or 5680829. OLE color: 5680829.

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

Color convert

RGB 189 174 86 -
CMYK 0 0.08 0.54 0.26
HSL 51.26º 0.44% 0.54% -
HSV(B) 51.26º 0.54% 0.74% -
XYZ 37.8 41.76 14.87 -
YUV 168.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 189 174 86 0 0.08 0.54 0.26 51.26 0.44 0.54
Hex BD AE 56 0 8 36 1A 33 2C 36
Octal 275 256 126 0 10 66 32 63 54 66
Binary 10111101 10101110 1010110 0 1000 110110 11010 110011 101100 110110

Color Harmonies of #BDAE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE56

Black with #BDAE56

Text Example


Text Example

White with #BDAE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE56; }

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

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

background-color css

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

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

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

border-color css

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

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

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