Html Css Color HEX #BDB139 Brass

📋 copy color: '#BDB139'

red 189 ◦ green 177 ◦ blue 57

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

Shades of Brass #BDB139

Tints of Brass #BDB139

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.84%

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

R = 44.68%
G = 41.84%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDB139 (or 0xBDB139) is known color: Brass. HEX triplet: BD, B1 and 39. RGB value is (189,177,57). Sum of RGB (Red+Green+Blue) = 189+177+57=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB139 is #424EC6. Grayscale: #A7A7A7. Windows color (decimal): -4345543 or 3781053. OLE color: 3781053.

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

Color convert

RGB 189 177 57 -
CMYK 0 0.06 0.70 0.26
HSL 54.55º 0.54% 0.48% -
HSV(B) 54.55º 0.7% 0.74% -
XYZ 37.45 42.56 10.11 -
YUV 166.91 65.98 143.76 -
System Red Green Blue C M Y K H S L
Decimal 189 177 57 0 0.06 0.70 0.26 54.55 0.54 0.48
Hex BD B1 39 0 6 46 1A 37 36 30
Octal 275 261 71 0 6 106 32 67 66 60
Binary 10111101 10110001 111001 0 110 1000110 11010 110111 110110 110000

Color Harmonies of #BDB139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB139

Black with #BDB139

Text Example


Text Example

White with #BDB139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB139; }

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

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

background-color css

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

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

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

border-color css

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

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

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