Html Css Color HEX #BDA241 Brass

📋 copy color: '#BDA241'

red 189 ◦ green 162 ◦ blue 65

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

Shades of Brass #BDA241

Tints of Brass #BDA241

RGB

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

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

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

R = 45.43%
G = 38.94%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDA241 (or 0xBDA241) is known color: Brass. HEX triplet: BD, A2 and 41. RGB value is (189,162,65). Sum of RGB (Red+Green+Blue) = 189+162+65=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA241 is #425DBE. Grayscale: #9F9F9F. Windows color (decimal): -4349375 or 4301501. OLE color: 4301501.

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

Color convert

RGB 189 162 65 -
CMYK 0 0.14 0.66 0.26
HSL 46.94º 0.49% 0.5% -
HSV(B) 46.94º 0.66% 0.74% -
XYZ 34.86 37.04 10.31 -
YUV 159.02 74.95 149.39 -
System Red Green Blue C M Y K H S L
Decimal 189 162 65 0 0.14 0.66 0.26 46.94 0.49 0.5
Hex BD A2 41 0 E 42 1A 2F 31 32
Octal 275 242 101 0 16 102 32 57 61 62
Binary 10111101 10100010 1000001 0 1110 1000010 11010 101111 110001 110010

Color Harmonies of #BDA241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA241

Black with #BDA241

Text Example


Text Example

White with #BDA241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA241; }

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

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

background-color css

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

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

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

border-color css

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

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

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