Html Css Color HEX #BDB641 Brass

📋 copy color: '#BDB641'

red 189 ◦ green 182 ◦ blue 65

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

Shades of Brass #BDB641

Tints of Brass #BDB641

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.74%

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

R = 43.35%
G = 41.74%
B = 14.91%

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

#BDB641 (or 0xBDB641) is known color: Brass. HEX triplet: BD, B6 and 41. RGB value is (189,182,65). Sum of RGB (Red+Green+Blue) = 189+182+65=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB641 is #4249BE. Grayscale: #ABABAB. Windows color (decimal): -4344255 or 4306621. OLE color: 4306621.

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

Color convert

RGB 189 182 65 -
CMYK 0 0.04 0.66 0.26
HSL 56.61º 0.49% 0.5% -
HSV(B) 56.61º 0.66% 0.74% -
XYZ 38.67 44.66 11.58 -
YUV 170.76 68.32 141.01 -
System Red Green Blue C M Y K H S L
Decimal 189 182 65 0 0.04 0.66 0.26 56.61 0.49 0.5
Hex BD B6 41 0 4 42 1A 39 31 32
Octal 275 266 101 0 4 102 32 71 61 62
Binary 10111101 10110110 1000001 0 100 1000010 11010 111001 110001 110010

Color Harmonies of #BDB641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB641

Black with #BDB641

Text Example


Text Example

White with #BDB641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB641; }

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

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

background-color css

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

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

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

border-color css

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

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

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