Html Css Color HEX #BDA438 Brass

📋 copy color: '#BDA438'

red 189 ◦ green 164 ◦ blue 56

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

Shades of Brass #BDA438

Tints of Brass #BDA438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

 BLUE value IS 56 (22.27% from 255) = 13.69%

R = 46.21%
G = 40.1%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDA438 (or 0xBDA438) is known color: Brass. HEX triplet: BD, A4 and 38. RGB value is (189,164,56). Sum of RGB (Red+Green+Blue) = 189+164+56=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA438 is #425BC7. Grayscale: #9F9F9F. Windows color (decimal): -4348872 or 3712189. OLE color: 3712189.

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

Color convert

RGB 189 164 56 -
CMYK 0 0.13 0.70 0.26
HSL 48.72º 0.54% 0.48% -
HSV(B) 48.72º 0.7% 0.74% -
XYZ 34.98 37.66 9.17 -
YUV 159.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 189 164 56 0 0.13 0.70 0.26 48.72 0.54 0.48
Hex BD A4 38 0 D 46 1A 31 36 30
Octal 275 244 70 0 15 106 32 61 66 60
Binary 10111101 10100100 111000 0 1101 1000110 11010 110001 110110 110000

Color Harmonies of #BDA438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA438

Black with #BDA438

Text Example


Text Example

White with #BDA438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA438; }

 p { color: rgb(189,164,56); }

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

background-color css

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

 a { background-color: rgb(189,164,56); }

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

border-color css

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

 span { border-color: rgb(189,164,56); }

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