Html Css Color HEX #BDB547 Brass

📋 copy color: '#BDB547'

red 189 ◦ green 181 ◦ blue 71

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

Shades of Brass #BDB547

Tints of Brass #BDB547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.1%

R = 42.86%
G = 41.04%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BDB547 (or 0xBDB547) is known color: Brass. HEX triplet: BD, B5 and 47. RGB value is (189,181,71). Sum of RGB (Red+Green+Blue) = 189+181+71=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB547 is #424AB8. Grayscale: #ABABAB. Windows color (decimal): -4344505 or 4699581. OLE color: 4699581.

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

Color convert

RGB 189 181 71 -
CMYK 0 0.04 0.62 0.26
HSL 55.93º 0.47% 0.51% -
HSV(B) 55.93º 0.62% 0.74% -
XYZ 38.65 44.32 12.48 -
YUV 170.85 71.65 140.94 -
System Red Green Blue C M Y K H S L
Decimal 189 181 71 0 0.04 0.62 0.26 55.93 0.47 0.51
Hex BD B5 47 0 4 3E 1A 38 2F 33
Octal 275 265 107 0 4 76 32 70 57 63
Binary 10111101 10110101 1000111 0 100 111110 11010 111000 101111 110011

Color Harmonies of #BDB547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB547

Black with #BDB547

Text Example


Text Example

White with #BDB547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB547; }

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

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

background-color css

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

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

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

border-color css

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

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

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