Html Css Color HEX #BDA43D Brass

📋 copy color: '#BDA43D'

red 189 ◦ green 164 ◦ blue 61

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

Shades of Brass #BDA43D

Tints of Brass #BDA43D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.61%

 BLUE value IS 61 (24.22% from 255) = 14.73%

R = 45.65%
G = 39.61%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BDA43D (or 0xBDA43D) is known color: Brass. HEX triplet: BD, A4 and 3D. RGB value is (189,164,61). Sum of RGB (Red+Green+Blue) = 189+164+61=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA43D is #425BC2. Grayscale: #A0A0A0. Windows color (decimal): -4348867 or 4039869. OLE color: 4039869.

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

Color convert

RGB 189 164 61 -
CMYK 0 0.13 0.68 0.26
HSL 48.28º 0.51% 0.49% -
HSV(B) 48.28º 0.68% 0.74% -
XYZ 35.1 37.71 9.84 -
YUV 159.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 189 164 61 0 0.13 0.68 0.26 48.28 0.51 0.49
Hex BD A4 3D 0 D 44 1A 30 33 31
Octal 275 244 75 0 15 104 32 60 63 61
Binary 10111101 10100100 111101 0 1101 1000100 11010 110000 110011 110001

Color Harmonies of #BDA43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA43D

Black with #BDA43D

Text Example


Text Example

White with #BDA43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA43D; }

 p { color: rgb(189,164,61); }

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

background-color css

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

 a { background-color: rgb(189,164,61); }

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

border-color css

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

 span { border-color: rgb(189,164,61); }

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