Html Css Color HEX #BDA03C Brass

📋 copy color: '#BDA03C'

red 189 ◦ green 160 ◦ blue 60

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

Shades of Brass #BDA03C

Tints of Brass #BDA03C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.12%

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

R = 46.21%
G = 39.12%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BDA03C (or 0xBDA03C) is known color: Brass. HEX triplet: BD, A0 and 3C. RGB value is (189,160,60). Sum of RGB (Red+Green+Blue) = 189+160+60=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA03C is #425FC3. Grayscale: #9D9D9D. Windows color (decimal): -4349892 or 3973309. OLE color: 3973309.

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

Color convert

RGB 189 160 60 -
CMYK 0 0.15 0.68 0.26
HSL 46.51º 0.52% 0.49% -
HSV(B) 46.51º 0.68% 0.74% -
XYZ 34.37 36.29 9.47 -
YUV 157.27 73.11 150.63 -
System Red Green Blue C M Y K H S L
Decimal 189 160 60 0 0.15 0.68 0.26 46.51 0.52 0.49
Hex BD A0 3C 0 F 44 1A 2F 34 31
Octal 275 240 74 0 17 104 32 57 64 61
Binary 10111101 10100000 111100 0 1111 1000100 11010 101111 110100 110001

Color Harmonies of #BDA03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA03C

Black with #BDA03C

Text Example


Text Example

White with #BDA03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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