Html Css Color HEX #BDB441 Brass

📋 copy color: '#BDB441'

red 189 ◦ green 180 ◦ blue 65

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

Shades of Brass #BDB441

Tints of Brass #BDB441

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.47%

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

R = 43.55%
G = 41.47%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDB441 (or 0xBDB441) is known color: Brass. HEX triplet: BD, B4 and 41. RGB value is (189,180,65). Sum of RGB (Red+Green+Blue) = 189+180+65=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB441 is #424BBE. Grayscale: #AAAAAA. Windows color (decimal): -4344767 or 4306109. OLE color: 4306109.

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

Color convert

RGB 189 180 65 -
CMYK 0 0.05 0.66 0.26
HSL 55.65º 0.49% 0.5% -
HSV(B) 55.65º 0.66% 0.74% -
XYZ 38.26 43.84 11.45 -
YUV 169.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 189 180 65 0 0.05 0.66 0.26 55.65 0.49 0.5
Hex BD B4 41 0 5 42 1A 38 31 32
Octal 275 264 101 0 5 102 32 70 61 62
Binary 10111101 10110100 1000001 0 101 1000010 11010 111000 110001 110010

Color Harmonies of #BDB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB441

Black with #BDB441

Text Example


Text Example

White with #BDB441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB441; }

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

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

background-color css

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

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

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

border-color css

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

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

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