Html Css Color HEX #BDB546 Brass

📋 copy color: '#BDB546'

red 189 ◦ green 181 ◦ blue 70

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

Shades of Brass #BDB546

Tints of Brass #BDB546

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.14%

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

R = 42.95%
G = 41.14%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDB546 (or 0xBDB546) is known color: Brass. HEX triplet: BD, B5 and 46. RGB value is (189,181,70). Sum of RGB (Red+Green+Blue) = 189+181+70=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB546 is #424AB9. Grayscale: #ABABAB. Windows color (decimal): -4344506 or 4634045. OLE color: 4634045.

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

Color convert

RGB 189 181 70 -
CMYK 0 0.04 0.63 0.26
HSL 55.97º 0.47% 0.51% -
HSV(B) 55.97º 0.63% 0.74% -
XYZ 38.62 44.31 12.31 -
YUV 170.74 71.15 141.03 -
System Red Green Blue C M Y K H S L
Decimal 189 181 70 0 0.04 0.63 0.26 55.97 0.47 0.51
Hex BD B5 46 0 4 3F 1A 38 2F 33
Octal 275 265 106 0 4 77 32 70 57 63
Binary 10111101 10110101 1000110 0 100 111111 11010 111000 101111 110011

Color Harmonies of #BDB546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB546

Black with #BDB546

Text Example


Text Example

White with #BDB546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB546; }

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

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

background-color css

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

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

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

border-color css

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

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

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