Html Css Color HEX #BDAC3F Brass

📋 copy color: '#BDAC3F'

red 189 ◦ green 172 ◦ blue 63

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

Shades of Brass #BDAC3F

Tints of Brass #BDAC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.86%

R = 44.58%
G = 40.57%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDAC3F (or 0xBDAC3F) is known color: Brass. HEX triplet: BD, AC and 3F. RGB value is (189,172,63). Sum of RGB (Red+Green+Blue) = 189+172+63=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC3F is #4253C0. Grayscale: #A5A5A5. Windows color (decimal): -4346817 or 4172989. OLE color: 4172989.

HSL color Cylindrical-coordinate representation of color #BDAC3F: hue angle of 51.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDAC3F is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 172 63 -
CMYK 0 0.09 0.67 0.26
HSL 51.9º 0.5% 0.49% -
HSV(B) 51.9º 0.67% 0.74% -
XYZ 36.64 40.68 10.62 -
YUV 164.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 189 172 63 0 0.09 0.67 0.26 51.9 0.5 0.49
Hex BD AC 3F 0 9 43 1A 34 32 31
Octal 275 254 77 0 11 103 32 64 62 61
Binary 10111101 10101100 111111 0 1001 1000011 11010 110100 110010 110001

Color Harmonies of #BDAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC3F

Black with #BDAC3F

Text Example


Text Example

White with #BDAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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