Html Css Color HEX #BDA639 Brass

📋 copy color: '#BDA639'

red 189 ◦ green 166 ◦ blue 57

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

Shades of Brass #BDA639

Tints of Brass #BDA639

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.29%

 BLUE value IS 57 (22.66% from 255) = 13.83%

R = 45.87%
G = 40.29%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDA639 (or 0xBDA639) is known color: Brass. HEX triplet: BD, A6 and 39. RGB value is (189,166,57). Sum of RGB (Red+Green+Blue) = 189+166+57=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA639 is #4259C6. Grayscale: #A0A0A0. Windows color (decimal): -4348359 or 3778237. OLE color: 3778237.

HSL color Cylindrical-coordinate representation of color #BDA639: hue angle of 49.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDA639 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 166 57 -
CMYK 0 0.12 0.70 0.26
HSL 49.55º 0.54% 0.48% -
HSV(B) 49.55º 0.7% 0.74% -
XYZ 35.36 38.39 9.42 -
YUV 160.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 189 166 57 0 0.12 0.70 0.26 49.55 0.54 0.48
Hex BD A6 39 0 C 46 1A 32 36 30
Octal 275 246 71 0 14 106 32 62 66 60
Binary 10111101 10100110 111001 0 1100 1000110 11010 110010 110110 110000

Color Harmonies of #BDA639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA639

Black with #BDA639

Text Example


Text Example

White with #BDA639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA639; }

 p { color: rgb(189,166,57); }

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

background-color css

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

 a { background-color: rgb(189,166,57); }

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

border-color css

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

 span { border-color: rgb(189,166,57); }

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