#BDB03A

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

Shades of Brass #BDB03A

Tints of Brass #BDB03A

Color information

#BDB03A (or 0xBDB03A) is unknown color: approx Brass. HEX triplet: BD, B0 and 3A. RGB value is (189,176,58). Sum of RGB (Red+Green+Blue) = 189+176+58=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB03A is #424FC5. Grayscale: #A6A6A6. Windows color (decimal): -4345798 or 3846333. OLE color: 3846333.

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

Color convert

RGB18917658-
CMYK00.070.690.26
HSL54.05º53.04%48.43%-
HSV(B)54.05º69.31%74.12%-
XYZ37.2842.1710.18-
YUV166.4366.81144.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 176 (69.14% from 255) = 41.61%
BLUE value IS 58 (23.05% from 255) = 13.71%
R=44.68%
G=41.61%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891765800.070.690.2654.0553.0448.43
HexBDB03A07451A363530
Octal275260720710532666560
Binary10111101101100001110100111100010111010110110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB03A; }

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

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

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

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

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

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

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

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