Html Css Color HEX #BDB541 Brass

📋 copy color: '#BDB541'

red 189 ◦ green 181 ◦ blue 65

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

Shades of Brass #BDB541

Tints of Brass #BDB541

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.61%

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

R = 43.45%
G = 41.61%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDB541 (or 0xBDB541) is known color: Brass. HEX triplet: BD, B5 and 41. RGB value is (189,181,65). Sum of RGB (Red+Green+Blue) = 189+181+65=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB541 is #424ABE. Grayscale: #AAAAAA. Windows color (decimal): -4344511 or 4306365. OLE color: 4306365.

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

Color convert

RGB 189 181 65 -
CMYK 0 0.04 0.66 0.26
HSL 56.13º 0.49% 0.5% -
HSV(B) 56.13º 0.66% 0.74% -
XYZ 38.46 44.25 11.51 -
YUV 170.17 68.65 141.43 -
System Red Green Blue C M Y K H S L
Decimal 189 181 65 0 0.04 0.66 0.26 56.13 0.49 0.5
Hex BD B5 41 0 4 42 1A 38 31 32
Octal 275 265 101 0 4 102 32 70 61 62
Binary 10111101 10110101 1000001 0 100 1000010 11010 111000 110001 110010

Color Harmonies of #BDB541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB541

Black with #BDB541

Text Example


Text Example

White with #BDB541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB541; }

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

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

background-color css

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

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

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

border-color css

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

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

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