Html Css Color HEX #BDAE5E Gimblet

📋 copy color: '#BDAE5E'

red 189 ◦ green 174 ◦ blue 94

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

Shades of Gimblet #BDAE5E

Tints of Gimblet #BDAE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.57%

R = 41.36%
G = 38.07%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDAE5E (or 0xBDAE5E) is known color: Gimblet. HEX triplet: BD, AE and 5E. RGB value is (189,174,94). Sum of RGB (Red+Green+Blue) = 189+174+94=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE5E is #4251A1. Grayscale: #A9A9A9. Windows color (decimal): -4346274 or 6205117. OLE color: 6205117.

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

Color convert

RGB 189 174 94 -
CMYK 0 0.08 0.50 0.26
HSL 50.53º 0.42% 0.55% -
HSV(B) 50.53º 0.5% 0.74% -
XYZ 38.14 41.9 16.67 -
YUV 169.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 189 174 94 0 0.08 0.50 0.26 50.53 0.42 0.55
Hex BD AE 5E 0 8 32 1A 33 2A 37
Octal 275 256 136 0 10 62 32 63 52 67
Binary 10111101 10101110 1011110 0 1000 110010 11010 110011 101010 110111

Color Harmonies of #BDAE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE5E

Black with #BDAE5E

Text Example


Text Example

White with #BDAE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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