Html Css Color HEX #BDB039 Brass

📋 copy color: '#BDB039'

red 189 ◦ green 176 ◦ blue 57

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

Shades of Brass #BDB039

Tints of Brass #BDB039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.51%

R = 44.79%
G = 41.71%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDB039 (or 0xBDB039) is known color: Brass. HEX triplet: BD, B0 and 39. RGB value is (189,176,57). Sum of RGB (Red+Green+Blue) = 189+176+57=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB039 is #424FC6. Grayscale: #A6A6A6. Windows color (decimal): -4345799 or 3780797. OLE color: 3780797.

HSL color Cylindrical-coordinate representation of color #BDB039: hue angle of 54.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDB039 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 57 -
CMYK 0 0.07 0.70 0.26
HSL 54.09º 0.54% 0.48% -
HSV(B) 54.09º 0.7% 0.74% -
XYZ 37.25 42.16 10.05 -
YUV 166.32 66.31 144.18 -
System Red Green Blue C M Y K H S L
Decimal 189 176 57 0 0.07 0.70 0.26 54.09 0.54 0.48
Hex BD B0 39 0 7 46 1A 36 36 30
Octal 275 260 71 0 7 106 32 66 66 60
Binary 10111101 10110000 111001 0 111 1000110 11010 110110 110110 110000

Color Harmonies of #BDB039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB039

Black with #BDB039

Text Example


Text Example

White with #BDB039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB039; }

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

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

background-color css

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

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

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

border-color css

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

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

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