Html Css Color HEX #BDA43E Brass

📋 copy color: '#BDA43E'

red 189 ◦ green 164 ◦ blue 62

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

Shades of Brass #BDA43E

Tints of Brass #BDA43E

RGB

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

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

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

R = 45.54%
G = 39.52%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDA43E (or 0xBDA43E) is known color: Brass. HEX triplet: BD, A4 and 3E. RGB value is (189,164,62). Sum of RGB (Red+Green+Blue) = 189+164+62=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA43E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA43E is #425BC1. Grayscale: #A0A0A0. Windows color (decimal): -4348866 or 4105405. OLE color: 4105405.

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

Color convert

RGB 189 164 62 -
CMYK 0 0.13 0.67 0.26
HSL 48.19º 0.51% 0.49% -
HSV(B) 48.19º 0.67% 0.74% -
XYZ 35.13 37.72 9.99 -
YUV 159.85 72.78 148.79 -
System Red Green Blue C M Y K H S L
Decimal 189 164 62 0 0.13 0.67 0.26 48.19 0.51 0.49
Hex BD A4 3E 0 D 43 1A 30 33 31
Octal 275 244 76 0 15 103 32 60 63 61
Binary 10111101 10100100 111110 0 1101 1000011 11010 110000 110011 110001

Color Harmonies of #BDA43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA43E

Black with #BDA43E

Text Example


Text Example

White with #BDA43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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