Html Css Color HEX #BDB341 Brass

📋 copy color: '#BDB341'

red 189 ◦ green 179 ◦ blue 65

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

Shades of Brass #BDB341

Tints of Brass #BDB341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.34%

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

R = 43.65%
G = 41.34%
B = 15.01%

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

#BDB341 (or 0xBDB341) is known color: Brass. HEX triplet: BD, B3 and 41. RGB value is (189,179,65). Sum of RGB (Red+Green+Blue) = 189+179+65=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB341 is #424CBE. Grayscale: #A9A9A9. Windows color (decimal): -4345023 or 4305853. OLE color: 4305853.

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

Color convert

RGB 189 179 65 -
CMYK 0 0.05 0.66 0.26
HSL 55.16º 0.49% 0.5% -
HSV(B) 55.16º 0.66% 0.74% -
XYZ 38.06 43.44 11.38 -
YUV 168.99 69.31 142.27 -
System Red Green Blue C M Y K H S L
Decimal 189 179 65 0 0.05 0.66 0.26 55.16 0.49 0.5
Hex BD B3 41 0 5 42 1A 37 31 32
Octal 275 263 101 0 5 102 32 67 61 62
Binary 10111101 10110011 1000001 0 101 1000010 11010 110111 110001 110010

Color Harmonies of #BDB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB341

Black with #BDB341

Text Example


Text Example

White with #BDB341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB341; }

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

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

background-color css

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

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

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

border-color css

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

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

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