Html Css Color HEX #BDB044 Brass

📋 copy color: '#BDB044'

red 189 ◦ green 176 ◦ blue 68

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

Shades of Brass #BDB044

Tints of Brass #BDB044

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.65%

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

R = 43.65%
G = 40.65%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BDB044 (or 0xBDB044) is known color: Brass. HEX triplet: BD, B0 and 44. RGB value is (189,176,68). Sum of RGB (Red+Green+Blue) = 189+176+68=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB044 is #424FBB. Grayscale: #A8A8A8. Windows color (decimal): -4345788 or 4501693. OLE color: 4501693.

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

Color convert

RGB 189 176 68 -
CMYK 0 0.07 0.64 0.26
HSL 53.55º 0.48% 0.5% -
HSV(B) 53.55º 0.64% 0.74% -
XYZ 37.55 42.29 11.65 -
YUV 167.58 71.81 143.28 -
System Red Green Blue C M Y K H S L
Decimal 189 176 68 0 0.07 0.64 0.26 53.55 0.48 0.5
Hex BD B0 44 0 7 40 1A 36 30 32
Octal 275 260 104 0 7 100 32 66 60 62
Binary 10111101 10110000 1000100 0 111 1000000 11010 110110 110000 110010

Color Harmonies of #BDB044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB044

Black with #BDB044

Text Example


Text Example

White with #BDB044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB044; }

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

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

background-color css

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

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

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

border-color css

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

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

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