Html Css Color HEX #BDAA5F Gimblet

📋 copy color: '#BDAA5F'

red 189 ◦ green 170 ◦ blue 95

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

Shades of Gimblet #BDAA5F

Tints of Gimblet #BDAA5F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.44%

 BLUE value IS 95 (37.5% from 255) = 20.93%

R = 41.63%
G = 37.44%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDAA5F (or 0xBDAA5F) is known color: Gimblet. HEX triplet: BD, AA and 5F. RGB value is (189,170,95). Sum of RGB (Red+Green+Blue) = 189+170+95=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA5F is #4255A0. Grayscale: #A7A7A7. Windows color (decimal): -4347297 or 6269629. OLE color: 6269629.

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

Color convert

RGB 189 170 95 -
CMYK 0 0.10 0.50 0.26
HSL 47.87º 0.42% 0.56% -
HSV(B) 47.87º 0.5% 0.74% -
XYZ 37.43 40.39 16.65 -
YUV 167.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 189 170 95 0 0.10 0.50 0.26 47.87 0.42 0.56
Hex BD AA 5F 0 A 32 1A 30 2A 38
Octal 275 252 137 0 12 62 32 60 52 70
Binary 10111101 10101010 1011111 0 1010 110010 11010 110000 101010 111000

Color Harmonies of #BDAA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAA5F

Black with #BDAA5F

Text Example


Text Example

White with #BDAA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAA5F; }

 p { color: rgb(189,170,95); }

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

background-color css

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

 a { background-color: rgb(189,170,95); }

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

border-color css

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

 span { border-color: rgb(189,170,95); }

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