Html Css Color HEX #BDB544 Brass

📋 copy color: '#BDB544'

red 189 ◦ green 181 ◦ blue 68

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

Shades of Brass #BDB544

Tints of Brass #BDB544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.53%

R = 43.15%
G = 41.32%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BDB544 (or 0xBDB544) is known color: Brass. HEX triplet: BD, B5 and 44. RGB value is (189,181,68). Sum of RGB (Red+Green+Blue) = 189+181+68=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB544 is #424ABB. Grayscale: #AAAAAA. Windows color (decimal): -4344508 or 4502973. OLE color: 4502973.

HSL color Cylindrical-coordinate representation of color #BDB544: hue angle of 56.03º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDB544 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 68 -
CMYK 0 0.04 0.64 0.26
HSL 56.03º 0.48% 0.5% -
HSV(B) 56.03º 0.64% 0.74% -
XYZ 38.55 44.28 11.98 -
YUV 170.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 189 181 68 0 0.04 0.64 0.26 56.03 0.48 0.5
Hex BD B5 44 0 4 40 1A 38 30 32
Octal 275 265 104 0 4 100 32 70 60 62
Binary 10111101 10110101 1000100 0 100 1000000 11010 111000 110000 110010

Color Harmonies of #BDB544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB544

Black with #BDB544

Text Example


Text Example

White with #BDB544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB544; }

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

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

background-color css

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

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

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

border-color css

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

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

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