Html Css Color HEX #BDA239 Brass

📋 copy color: '#BDA239'

red 189 ◦ green 162 ◦ blue 57

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

Shades of Brass #BDA239

Tints of Brass #BDA239

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.71%

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

R = 46.32%
G = 39.71%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDA239 (or 0xBDA239) is known color: Brass. HEX triplet: BD, A2 and 39. RGB value is (189,162,57). Sum of RGB (Red+Green+Blue) = 189+162+57=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 57 (22.66% from 255 or 13.97% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA239 is #425DC6. Grayscale: #9E9E9E. Windows color (decimal): -4349383 or 3777213. OLE color: 3777213.

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

Color convert

RGB 189 162 57 -
CMYK 0 0.14 0.70 0.26
HSL 47.73º 0.54% 0.48% -
HSV(B) 47.73º 0.7% 0.74% -
XYZ 34.65 36.95 9.18 -
YUV 158.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 189 162 57 0 0.14 0.70 0.26 47.73 0.54 0.48
Hex BD A2 39 0 E 46 1A 30 36 30
Octal 275 242 71 0 16 106 32 60 66 60
Binary 10111101 10100010 111001 0 1110 1000110 11010 110000 110110 110000

Color Harmonies of #BDA239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA239

Black with #BDA239

Text Example


Text Example

White with #BDA239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA239; }

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

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

background-color css

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

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

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

border-color css

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

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

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