Html Css Color HEX #BDA13E Brass

📋 copy color: '#BDA13E'

red 189 ◦ green 161 ◦ blue 62

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

Shades of Brass #BDA13E

Tints of Brass #BDA13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.05%

R = 45.87%
G = 39.08%
B = 15.05%

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

#BDA13E (or 0xBDA13E) is known color: Brass. HEX triplet: BD, A1 and 3E. RGB value is (189,161,62). Sum of RGB (Red+Green+Blue) = 189+161+62=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA13E is #425EC1. Grayscale: #9E9E9E. Windows color (decimal): -4349634 or 4104637. OLE color: 4104637.

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

Color convert

RGB 189 161 62 -
CMYK 0 0.15 0.67 0.26
HSL 46.77º 0.51% 0.49% -
HSV(B) 46.77º 0.67% 0.74% -
XYZ 34.6 36.66 9.81 -
YUV 158.09 73.78 150.05 -
System Red Green Blue C M Y K H S L
Decimal 189 161 62 0 0.15 0.67 0.26 46.77 0.51 0.49
Hex BD A1 3E 0 F 43 1A 2F 33 31
Octal 275 241 76 0 17 103 32 57 63 61
Binary 10111101 10100001 111110 0 1111 1000011 11010 101111 110011 110001

Color Harmonies of #BDA13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA13E

Black with #BDA13E

Text Example


Text Example

White with #BDA13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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