Html Css Color HEX #BDAC34 Brass

📋 copy color: '#BDAC34'

red 189 ◦ green 172 ◦ blue 52

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

Shades of Brass #BDAC34

Tints of Brass #BDAC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.59%

R = 45.76%
G = 41.65%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDAC34 (or 0xBDAC34) is known color: Brass. HEX triplet: BD, AC and 34. RGB value is (189,172,52). Sum of RGB (Red+Green+Blue) = 189+172+52=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC34 is #4253CB. Grayscale: #A3A3A3. Windows color (decimal): -4346828 or 3452093. OLE color: 3452093.

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

Color convert

RGB 189 172 52 -
CMYK 0 0.09 0.72 0.26
HSL 52.55º 0.57% 0.47% -
HSV(B) 52.55º 0.72% 0.74% -
XYZ 36.36 40.57 9.16 -
YUV 163.4 65.13 146.26 -
System Red Green Blue C M Y K H S L
Decimal 189 172 52 0 0.09 0.72 0.26 52.55 0.57 0.47
Hex BD AC 34 0 9 48 1A 35 39 2F
Octal 275 254 64 0 11 110 32 65 71 57
Binary 10111101 10101100 110100 0 1001 1001000 11010 110101 111001 101111

Color Harmonies of #BDAC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC34

Black with #BDAC34

Text Example


Text Example

White with #BDAC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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