Html Css Color HEX #BDAC5F Gimblet

📋 copy color: '#BDAC5F'

red 189 ◦ green 172 ◦ blue 95

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

Shades of Gimblet #BDAC5F

Tints of Gimblet #BDAC5F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.72%

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

R = 41.45%
G = 37.72%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDAC5F (or 0xBDAC5F) is known color: Gimblet. HEX triplet: BD, AC and 5F. RGB value is (189,172,95). Sum of RGB (Red+Green+Blue) = 189+172+95=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAC5F is #4253A0. Grayscale: #A8A8A8. Windows color (decimal): -4346785 or 6270141. OLE color: 6270141.

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

Color convert

RGB 189 172 95 -
CMYK 0 0.09 0.50 0.26
HSL 49.15º 0.42% 0.56% -
HSV(B) 49.15º 0.5% 0.74% -
XYZ 37.8 41.15 16.78 -
YUV 168.31 86.63 142.76 -
System Red Green Blue C M Y K H S L
Decimal 189 172 95 0 0.09 0.50 0.26 49.15 0.42 0.56
Hex BD AC 5F 0 9 32 1A 31 2A 38
Octal 275 254 137 0 11 62 32 61 52 70
Binary 10111101 10101100 1011111 0 1001 110010 11010 110001 101010 111000

Color Harmonies of #BDAC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC5F

Black with #BDAC5F

Text Example


Text Example

White with #BDAC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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