#BDB157

Color #BDB157 Gimblet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gimblet #BDB157

Tints of Gimblet #BDB157

Color information

#BDB157 (or 0xBDB157) is unknown color: approx Gimblet. HEX triplet: BD, B1 and 57. RGB value is (189,177,87). Sum of RGB (Red+Green+Blue) = 189+177+87=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB157 is #424EA8. Grayscale: #AAAAAA. Windows color (decimal): -4345513 or 5747133. OLE color: 5747133.

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

Color convert

RGB18917787-
CMYK00.060.540.26
HSL52.94º43.59%54.12%-
HSV(B)52.94º53.97%74.12%-
XYZ38.4342.9515.28-
YUV170.3380.98141.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 177 (69.53% from 255) = 39.07%
BLUE value IS 87 (34.38% from 255) = 19.21%
R=41.72%
G=39.07%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891778700.060.540.2652.9443.5954.12
HexBDB15706361A352c36
Octal275261127066632655466
Binary10111101101100011010111011011011011010110101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB157; }

 p { color: rgb(189,177,87); }

 H1.HeaderClassName
 {
   color: #BDB157;
 }
 .AnyTagClassName
 {
   color: #BDB157;
 }
</style>
background-color css

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

 a { background-color: rgb(189,177,87); }

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

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

 span { border-color: rgb(189,177,87); }

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