Html Css Color HEX #BDA336 Brass

📋 copy color: '#BDA336'

red 189 ◦ green 163 ◦ blue 54

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

Shades of Brass #BDA336

Tints of Brass #BDA336

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.15%

 BLUE value IS 54 (21.48% from 255) = 13.3%

R = 46.55%
G = 40.15%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDA336 (or 0xBDA336) is known color: Brass. HEX triplet: BD, A3 and 36. RGB value is (189,163,54). Sum of RGB (Red+Green+Blue) = 189+163+54=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA336 is #425CC9. Grayscale: #9E9E9E. Windows color (decimal): -4349130 or 3580861. OLE color: 3580861.

HSL color Cylindrical-coordinate representation of color #BDA336: hue angle of 48.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDA336 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 54 -
CMYK 0 0.14 0.71 0.26
HSL 48.44º 0.56% 0.48% -
HSV(B) 48.44º 0.71% 0.74% -
XYZ 34.75 37.28 8.85 -
YUV 158.35 69.11 149.86 -
System Red Green Blue C M Y K H S L
Decimal 189 163 54 0 0.14 0.71 0.26 48.44 0.56 0.48
Hex BD A3 36 0 E 47 1A 30 38 30
Octal 275 243 66 0 16 107 32 60 70 60
Binary 10111101 10100011 110110 0 1110 1000111 11010 110000 111000 110000

Color Harmonies of #BDA336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA336

Black with #BDA336

Text Example


Text Example

White with #BDA336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA336; }

 p { color: rgb(189,163,54); }

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

background-color css

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

 a { background-color: rgb(189,163,54); }

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

border-color css

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

 span { border-color: rgb(189,163,54); }

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