Html Css Color HEX #BDB046 Brass

📋 copy color: '#BDB046'

red 189 ◦ green 176 ◦ blue 70

#BDB046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #BDB046

Tints of Brass #BDB046

RGB

 RED value IS 189 (74.22% from 255) = 43.45%

 GREEN value IS 176 (69.14% from 255) = 40.46%

 BLUE value IS 70 (27.73% from 255) = 16.09%

R = 43.45%
G = 40.46%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDB046 (or 0xBDB046) is known color: Brass. HEX triplet: BD, B0 and 46. RGB value is (189,176,70). Sum of RGB (Red+Green+Blue) = 189+176+70=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB046 is #424FB9. Grayscale: #A8A8A8. Windows color (decimal): -4345786 or 4632765. OLE color: 4632765.

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

Color convert

RGB 189 176 70 -
CMYK 0 0.07 0.63 0.26
HSL 53.45º 0.47% 0.51% -
HSV(B) 53.45º 0.63% 0.74% -
XYZ 37.62 42.31 11.98 -
YUV 167.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 189 176 70 0 0.07 0.63 0.26 53.45 0.47 0.51
Hex BD B0 46 0 7 3F 1A 35 2F 33
Octal 275 260 106 0 7 77 32 65 57 63
Binary 10111101 10110000 1000110 0 111 111111 11010 110101 101111 110011

Color Harmonies of #BDB046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB046

Black with #BDB046

Text Example


Text Example

White with #BDB046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB046; }

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

 H1.HeaderClassName
 {
   color: #BDB046;
 }
 .AnyTagClassName
 {
   color: #BDB046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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