Html Css Color HEX #BDAC3C Brass

📋 copy color: '#BDAC3C'

red 189 ◦ green 172 ◦ blue 60

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

Shades of Brass #BDAC3C

Tints of Brass #BDAC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.25%

R = 44.89%
G = 40.86%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BDAC3C (or 0xBDAC3C) is known color: Brass. HEX triplet: BD, AC and 3C. RGB value is (189,172,60). Sum of RGB (Red+Green+Blue) = 189+172+60=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC3C is #4253C3. Grayscale: #A4A4A4. Windows color (decimal): -4346820 or 3976381. OLE color: 3976381.

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

Color convert

RGB 189 172 60 -
CMYK 0 0.09 0.68 0.26
HSL 52.09º 0.52% 0.49% -
HSV(B) 52.09º 0.68% 0.74% -
XYZ 36.55 40.65 10.19 -
YUV 164.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 189 172 60 0 0.09 0.68 0.26 52.09 0.52 0.49
Hex BD AC 3C 0 9 44 1A 34 34 31
Octal 275 254 74 0 11 104 32 64 64 61
Binary 10111101 10101100 111100 0 1001 1000100 11010 110100 110100 110001

Color Harmonies of #BDAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC3C

Black with #BDAC3C

Text Example


Text Example

White with #BDAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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