Html Css Color HEX #BDA13D Brass

📋 copy color: '#BDA13D'

red 189 ◦ green 161 ◦ blue 61

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

Shades of Brass #BDA13D

Tints of Brass #BDA13D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.17%

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

R = 45.99%
G = 39.17%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BDA13D (or 0xBDA13D) is known color: Brass. HEX triplet: BD, A1 and 3D. RGB value is (189,161,61). Sum of RGB (Red+Green+Blue) = 189+161+61=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA13D is #425EC2. Grayscale: #9E9E9E. Windows color (decimal): -4349635 or 4039101. OLE color: 4039101.

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

Color convert

RGB 189 161 61 -
CMYK 0 0.15 0.68 0.26
HSL 46.88º 0.51% 0.49% -
HSV(B) 46.88º 0.68% 0.74% -
XYZ 34.57 36.65 9.67 -
YUV 157.97 73.28 150.13 -
System Red Green Blue C M Y K H S L
Decimal 189 161 61 0 0.15 0.68 0.26 46.88 0.51 0.49
Hex BD A1 3D 0 F 44 1A 2F 33 31
Octal 275 241 75 0 17 104 32 57 63 61
Binary 10111101 10100001 111101 0 1111 1000100 11010 101111 110011 110001

Color Harmonies of #BDA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA13D

Black with #BDA13D

Text Example


Text Example

White with #BDA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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