Html Css Color HEX #BDAE5C Gimblet

📋 copy color: '#BDAE5C'

red 189 ◦ green 174 ◦ blue 92

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

Shades of Gimblet #BDAE5C

Tints of Gimblet #BDAE5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.22%

R = 41.54%
G = 38.24%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BDAE5C (or 0xBDAE5C) is known color: Gimblet. HEX triplet: BD, AE and 5C. RGB value is (189,174,92). Sum of RGB (Red+Green+Blue) = 189+174+92=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE5C is #4251A3. Grayscale: #A9A9A9. Windows color (decimal): -4346276 or 6074045. OLE color: 6074045.

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

Color convert

RGB 189 174 92 -
CMYK 0 0.08 0.51 0.26
HSL 50.72º 0.42% 0.55% -
HSV(B) 50.72º 0.51% 0.74% -
XYZ 38.05 41.86 16.2 -
YUV 169.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 189 174 92 0 0.08 0.51 0.26 50.72 0.42 0.55
Hex BD AE 5C 0 8 33 1A 33 2A 37
Octal 275 256 134 0 10 63 32 63 52 67
Binary 10111101 10101110 1011100 0 1000 110011 11010 110011 101010 110111

Color Harmonies of #BDAE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE5C

Black with #BDAE5C

Text Example


Text Example

White with #BDAE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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