Html Css Color HEX #BDB543 Brass

📋 copy color: '#BDB543'

red 189 ◦ green 181 ◦ blue 67

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

Shades of Brass #BDB543

Tints of Brass #BDB543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.33%

R = 43.25%
G = 41.42%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDB543 (or 0xBDB543) is known color: Brass. HEX triplet: BD, B5 and 43. RGB value is (189,181,67). Sum of RGB (Red+Green+Blue) = 189+181+67=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB543 is #424ABC. Grayscale: #AAAAAA. Windows color (decimal): -4344509 or 4437437. OLE color: 4437437.

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

Color convert

RGB 189 181 67 -
CMYK 0 0.04 0.65 0.26
HSL 56.07º 0.48% 0.5% -
HSV(B) 56.07º 0.65% 0.74% -
XYZ 38.52 44.27 11.83 -
YUV 170.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 189 181 67 0 0.04 0.65 0.26 56.07 0.48 0.5
Hex BD B5 43 0 4 41 1A 38 30 32
Octal 275 265 103 0 4 101 32 70 60 62
Binary 10111101 10110101 1000011 0 100 1000001 11010 111000 110000 110010

Color Harmonies of #BDB543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB543

Black with #BDB543

Text Example


Text Example

White with #BDB543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB543; }

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

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

background-color css

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

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

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

border-color css

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

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

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