Html Css Color HEX #BDA335 Brass

📋 copy color: '#BDA335'

red 189 ◦ green 163 ◦ blue 53

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

Shades of Brass #BDA335

Tints of Brass #BDA335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.09%

R = 46.67%
G = 40.25%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDA335 (or 0xBDA335) is known color: Brass. HEX triplet: BD, A3 and 35. RGB value is (189,163,53). Sum of RGB (Red+Green+Blue) = 189+163+53=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA335 is #425CCA. Grayscale: #9E9E9E. Windows color (decimal): -4349131 or 3515325. OLE color: 3515325.

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

Color convert

RGB 189 163 53 -
CMYK 0 0.14 0.72 0.26
HSL 48.53º 0.56% 0.47% -
HSV(B) 48.53º 0.72% 0.74% -
XYZ 34.73 37.27 8.73 -
YUV 158.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 189 163 53 0 0.14 0.72 0.26 48.53 0.56 0.47
Hex BD A3 35 0 E 48 1A 31 38 2F
Octal 275 243 65 0 16 110 32 61 70 57
Binary 10111101 10100011 110101 0 1110 1001000 11010 110001 111000 101111

Color Harmonies of #BDA335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA335

Black with #BDA335

Text Example


Text Example

White with #BDA335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA335; }

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

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

background-color css

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

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

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

border-color css

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

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

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