#BDB260

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

Shades of Gimblet #BDB260

Tints of Gimblet #BDB260

Color information

#BDB260 (or 0xBDB260) is unknown color: approx Gimblet. HEX triplet: BD, B2 and 60. RGB value is (189,178,96). Sum of RGB (Red+Green+Blue) = 189+178+96=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB260 is #424D9F. Grayscale: #ACACAC. Windows color (decimal): -4345248 or 6337213. OLE color: 6337213.

HSL color Cylindrical-coordinate representation of color #BDB260: hue angle of 52.9º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDB260 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18917896-
CMYK00.060.490.26
HSL52.9º41.33%55.88%-
HSV(B)52.9º49.21%74.12%-
XYZ39.0243.517.41-
YUV171.9485.14140.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 178 (69.92% from 255) = 38.44%
BLUE value IS 96 (37.89% from 255) = 20.73%
R=40.82%
G=38.44%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891789600.060.490.2652.941.3355.88
HexBDB26006311A352938
Octal275262140066132655170
Binary10111101101100101100000011011000111010110101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB260; }

 p { color: rgb(189,178,96); }

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

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

 a { background-color: rgb(189,178,96); }

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

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

 span { border-color: rgb(189,178,96); }

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