Html Css Color HEX #BDB339 Brass

📋 copy color: '#BDB339'

red 189 ◦ green 179 ◦ blue 57

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

Shades of Brass #BDB339

Tints of Brass #BDB339

RGB

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

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

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

R = 44.47%
G = 42.12%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDB339 (or 0xBDB339) is known color: Brass. HEX triplet: BD, B3 and 39. RGB value is (189,179,57). Sum of RGB (Red+Green+Blue) = 189+179+57=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB339 is #424CC6. Grayscale: #A8A8A8. Windows color (decimal): -4345031 or 3781565. OLE color: 3781565.

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

Color convert

RGB 189 179 57 -
CMYK 0 0.05 0.70 0.26
HSL 55.45º 0.54% 0.48% -
HSV(B) 55.45º 0.7% 0.74% -
XYZ 37.84 43.35 10.24 -
YUV 168.08 65.31 142.92 -
System Red Green Blue C M Y K H S L
Decimal 189 179 57 0 0.05 0.70 0.26 55.45 0.54 0.48
Hex BD B3 39 0 5 46 1A 37 36 30
Octal 275 263 71 0 5 106 32 67 66 60
Binary 10111101 10110011 111001 0 101 1000110 11010 110111 110110 110000

Color Harmonies of #BDB339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB339

Black with #BDB339

Text Example


Text Example

White with #BDB339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB339; }

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

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

background-color css

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

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

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

border-color css

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

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

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