Html Css Color HEX #BDA13F Brass

📋 copy color: '#BDA13F'

red 189 ◦ green 161 ◦ blue 63

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

Shades of Brass #BDA13F

Tints of Brass #BDA13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.25%

R = 45.76%
G = 38.98%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDA13F (or 0xBDA13F) is known color: Brass. HEX triplet: BD, A1 and 3F. RGB value is (189,161,63). Sum of RGB (Red+Green+Blue) = 189+161+63=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA13F is #425EC0. Grayscale: #9E9E9E. Windows color (decimal): -4349633 or 4170173. OLE color: 4170173.

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

Color convert

RGB 189 161 63 -
CMYK 0 0.15 0.67 0.26
HSL 46.67º 0.5% 0.49% -
HSV(B) 46.67º 0.67% 0.74% -
XYZ 34.63 36.67 9.96 -
YUV 158.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 189 161 63 0 0.15 0.67 0.26 46.67 0.5 0.49
Hex BD A1 3F 0 F 43 1A 2F 32 31
Octal 275 241 77 0 17 103 32 57 62 61
Binary 10111101 10100001 111111 0 1111 1000011 11010 101111 110010 110001

Color Harmonies of #BDA13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA13F

Black with #BDA13F

Text Example


Text Example

White with #BDA13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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