Html Css Color HEX #BDA53C Brass

📋 copy color: '#BDA53C'

red 189 ◦ green 165 ◦ blue 60

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

Shades of Brass #BDA53C

Tints of Brass #BDA53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.49%

R = 45.65%
G = 39.86%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BDA53C (or 0xBDA53C) is known color: Brass. HEX triplet: BD, A5 and 3C. RGB value is (189,165,60). Sum of RGB (Red+Green+Blue) = 189+165+60=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA53C is #425AC3. Grayscale: #A0A0A0. Windows color (decimal): -4348612 or 3974589. OLE color: 3974589.

HSL color Cylindrical-coordinate representation of color #BDA53C: hue angle of 48.84º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDA53C is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 165 60 -
CMYK 0 0.13 0.68 0.26
HSL 48.84º 0.52% 0.49% -
HSV(B) 48.84º 0.68% 0.74% -
XYZ 35.26 38.06 9.76 -
YUV 160.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 189 165 60 0 0.13 0.68 0.26 48.84 0.52 0.49
Hex BD A5 3C 0 D 44 1A 31 34 31
Octal 275 245 74 0 15 104 32 61 64 61
Binary 10111101 10100101 111100 0 1101 1000100 11010 110001 110100 110001

Color Harmonies of #BDA53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA53C

Black with #BDA53C

Text Example


Text Example

White with #BDA53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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