#BDB63B

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

Shades of Brass #BDB63B

Tints of Brass #BDB63B

Color information

#BDB63B (or 0xBDB63B) is unknown color: approx Brass. HEX triplet: BD, B6 and 3B. RGB value is (189,182,59). Sum of RGB (Red+Green+Blue) = 189+182+59=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB63B is #4249C4. Grayscale: #AAAAAA. Windows color (decimal): -4344261 or 3913405. OLE color: 3913405.

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

Color convert

RGB18918259-
CMYK00.040.690.26
HSL56.77º52.42%48.63%-
HSV(B)56.77º68.78%74.12%-
XYZ38.544.5910.72-
YUV170.0765.32141.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 182 (71.48% from 255) = 42.33%
BLUE value IS 59 (23.44% from 255) = 13.72%
R=43.95%
G=42.33%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891825900.040.690.2656.7752.4248.63
HexBDB63B04451A393431
Octal275266730410532716461
Binary10111101101101101110110100100010111010111001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB63B; }

 p { color: rgb(189,182,59); }

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

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

 a { background-color: rgb(189,182,59); }

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

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

 span { border-color: rgb(189,182,59); }

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