Html Css Color HEX #BDAC38 Brass

📋 copy color: '#BDAC38'

red 189 ◦ green 172 ◦ blue 56

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

Shades of Brass #BDAC38

Tints of Brass #BDAC38

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.25%

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

R = 45.32%
G = 41.25%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDAC38 (or 0xBDAC38) is known color: Brass. HEX triplet: BD, AC and 38. RGB value is (189,172,56). Sum of RGB (Red+Green+Blue) = 189+172+56=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC38 is #4253C7. Grayscale: #A4A4A4. Windows color (decimal): -4346824 or 3714237. OLE color: 3714237.

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

Color convert

RGB 189 172 56 -
CMYK 0 0.09 0.70 0.26
HSL 52.33º 0.54% 0.48% -
HSV(B) 52.33º 0.7% 0.74% -
XYZ 36.45 40.61 9.66 -
YUV 163.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 189 172 56 0 0.09 0.70 0.26 52.33 0.54 0.48
Hex BD AC 38 0 9 46 1A 34 36 30
Octal 275 254 70 0 11 106 32 64 66 60
Binary 10111101 10101100 111000 0 1001 1000110 11010 110100 110110 110000

Color Harmonies of #BDAC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC38

Black with #BDAC38

Text Example


Text Example

White with #BDAC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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