#BDB069

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

Shades of Gimblet #BDB069

Tints of Gimblet #BDB069

Color information

#BDB069 (or 0xBDB069) is unknown color: approx Gimblet. HEX triplet: BD, B0 and 69. RGB value is (189,176,105). Sum of RGB (Red+Green+Blue) = 189+176+105=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB069 is #424F96. Grayscale: #ACACAC. Windows color (decimal): -4345751 or 6926525. OLE color: 6926525.

HSL color Cylindrical-coordinate representation of color #BDB069: hue angle of 50.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDB069 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB189176105-
CMYK00.070.440.26
HSL50.71º38.89%57.65%-
HSV(B)50.71º44.44%74.12%-
XYZ39.0642.8919.58-
YUV171.7990.31140.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=40.21%
G=37.45%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917610500.070.440.2650.7138.8957.65
HexBDB069072C1A33273a
Octal275260151075432634772
Binary10111101101100001101001011110110011010110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB069; }

 p { color: rgb(189,176,105); }

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

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

 a { background-color: rgb(189,176,105); }

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

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

 span { border-color: rgb(189,176,105); }

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