Html Css Color HEX #BDB346 Brass

📋 copy color: '#BDB346'

red 189 ◦ green 179 ◦ blue 70

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

Shades of Brass #BDB346

Tints of Brass #BDB346

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

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

R = 43.15%
G = 40.87%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDB346 (or 0xBDB346) is known color: Brass. HEX triplet: BD, B3 and 46. RGB value is (189,179,70). Sum of RGB (Red+Green+Blue) = 189+179+70=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB346 is #424CB9. Grayscale: #AAAAAA. Windows color (decimal): -4345018 or 4633533. OLE color: 4633533.

HSL color Cylindrical-coordinate representation of color #BDB346: hue angle of 54.96º 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 #BDB346 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 70 -
CMYK 0 0.05 0.63 0.26
HSL 54.96º 0.47% 0.51% -
HSV(B) 54.96º 0.63% 0.74% -
XYZ 38.21 43.5 12.18 -
YUV 169.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 189 179 70 0 0.05 0.63 0.26 54.96 0.47 0.51
Hex BD B3 46 0 5 3F 1A 37 2F 33
Octal 275 263 106 0 5 77 32 67 57 63
Binary 10111101 10110011 1000110 0 101 111111 11010 110111 101111 110011

Color Harmonies of #BDB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB346

Black with #BDB346

Text Example


Text Example

White with #BDB346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB346; }

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

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

background-color css

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

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

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

border-color css

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

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

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