Html Css Color HEX #BDA636 Brass

📋 copy color: '#BDA636'

red 189 ◦ green 166 ◦ blue 54

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

Shades of Brass #BDA636

Tints of Brass #BDA636

RGB

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

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

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

R = 46.21%
G = 40.59%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDA636 (or 0xBDA636) is known color: Brass. HEX triplet: BD, A6 and 36. RGB value is (189,166,54). Sum of RGB (Red+Green+Blue) = 189+166+54=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 54 (21.48% from 255 or 13.20% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA636 is #4259C9. Grayscale: #A0A0A0. Windows color (decimal): -4348362 or 3581629. OLE color: 3581629.

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

Color convert

RGB 189 166 54 -
CMYK 0 0.12 0.71 0.26
HSL 49.78º 0.56% 0.48% -
HSV(B) 49.78º 0.71% 0.74% -
XYZ 35.29 38.36 9.03 -
YUV 160.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 189 166 54 0 0.12 0.71 0.26 49.78 0.56 0.48
Hex BD A6 36 0 C 47 1A 32 38 30
Octal 275 246 66 0 14 107 32 62 70 60
Binary 10111101 10100110 110110 0 1100 1000111 11010 110010 111000 110000

Color Harmonies of #BDA636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA636

Black with #BDA636

Text Example


Text Example

White with #BDA636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA636; }

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

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

background-color css

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

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

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

border-color css

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

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

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