Html Css Color HEX #BDA235 Brass

📋 copy color: '#BDA235'

red 189 ◦ green 162 ◦ blue 53

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

Shades of Brass #BDA235

Tints of Brass #BDA235

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.1%

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

R = 46.78%
G = 40.1%
B = 13.12%

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

#BDA235 (or 0xBDA235) is known color: Brass. HEX triplet: BD, A2 and 35. RGB value is (189,162,53). Sum of RGB (Red+Green+Blue) = 189+162+53=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA235 is #425DCA. Grayscale: #9E9E9E. Windows color (decimal): -4349387 or 3515069. OLE color: 3515069.

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

Color convert

RGB 189 162 53 -
CMYK 0 0.14 0.72 0.26
HSL 48.09º 0.56% 0.47% -
HSV(B) 48.09º 0.72% 0.74% -
XYZ 34.55 36.92 8.67 -
YUV 157.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 189 162 53 0 0.14 0.72 0.26 48.09 0.56 0.47
Hex BD A2 35 0 E 48 1A 30 38 2F
Octal 275 242 65 0 16 110 32 60 70 57
Binary 10111101 10100010 110101 0 1110 1001000 11010 110000 111000 101111

Color Harmonies of #BDA235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA235

Black with #BDA235

Text Example


Text Example

White with #BDA235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA235; }

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

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

background-color css

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

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

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

border-color css

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

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

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