Html Css Color HEX #BDA536 Brass

📋 copy color: '#BDA536'

red 189 ◦ green 165 ◦ blue 54

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

Shades of Brass #BDA536

Tints of Brass #BDA536

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

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

R = 46.32%
G = 40.44%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDA536 (or 0xBDA536) is known color: Brass. HEX triplet: BD, A5 and 36. RGB value is (189,165,54). Sum of RGB (Red+Green+Blue) = 189+165+54=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 54 (21.48% from 255 or 13.24% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA536 is #425AC9. Grayscale: #9F9F9F. Windows color (decimal): -4348618 or 3581373. OLE color: 3581373.

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

Color convert

RGB 189 165 54 -
CMYK 0 0.13 0.71 0.26
HSL 49.33º 0.56% 0.48% -
HSV(B) 49.33º 0.71% 0.74% -
XYZ 35.11 38 8.97 -
YUV 159.52 68.45 149.03 -
System Red Green Blue C M Y K H S L
Decimal 189 165 54 0 0.13 0.71 0.26 49.33 0.56 0.48
Hex BD A5 36 0 D 47 1A 31 38 30
Octal 275 245 66 0 15 107 32 61 70 60
Binary 10111101 10100101 110110 0 1101 1000111 11010 110001 111000 110000

Color Harmonies of #BDA536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA536

Black with #BDA536

Text Example


Text Example

White with #BDA536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA536; }

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

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

background-color css

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

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

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

border-color css

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

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

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