Html Css Color HEX #BDA541 Brass

📋 copy color: '#BDA541'

red 189 ◦ green 165 ◦ blue 65

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

Shades of Brass #BDA541

Tints of Brass #BDA541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.51%

R = 45.11%
G = 39.38%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDA541 (or 0xBDA541) is known color: Brass. HEX triplet: BD, A5 and 41. RGB value is (189,165,65). Sum of RGB (Red+Green+Blue) = 189+165+65=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA541 is #425ABE. Grayscale: #A1A1A1. Windows color (decimal): -4348607 or 4302269. OLE color: 4302269.

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

Color convert

RGB 189 165 65 -
CMYK 0 0.13 0.66 0.26
HSL 48.39º 0.49% 0.5% -
HSV(B) 48.39º 0.66% 0.74% -
XYZ 35.4 38.11 10.49 -
YUV 160.78 73.95 148.13 -
System Red Green Blue C M Y K H S L
Decimal 189 165 65 0 0.13 0.66 0.26 48.39 0.49 0.5
Hex BD A5 41 0 D 42 1A 30 31 32
Octal 275 245 101 0 15 102 32 60 61 62
Binary 10111101 10100101 1000001 0 1101 1000010 11010 110000 110001 110010

Color Harmonies of #BDA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA541

Black with #BDA541

Text Example


Text Example

White with #BDA541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA541; }

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

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

background-color css

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

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

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

border-color css

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

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

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