Html Css Color HEX #BDA834 Brass

📋 copy color: '#BDA834'

red 189 ◦ green 168 ◦ blue 52

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

Shades of Brass #BDA834

Tints of Brass #BDA834

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.08%

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

R = 46.21%
G = 41.08%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDA834 (or 0xBDA834) is known color: Brass. HEX triplet: BD, A8 and 34. RGB value is (189,168,52). Sum of RGB (Red+Green+Blue) = 189+168+52=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA834 is #4257CB. Grayscale: #A1A1A1. Windows color (decimal): -4347852 or 3451069. OLE color: 3451069.

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

Color convert

RGB 189 168 52 -
CMYK 0 0.11 0.72 0.26
HSL 50.8º 0.57% 0.47% -
HSV(B) 50.8º 0.72% 0.74% -
XYZ 35.61 39.07 8.91 -
YUV 161.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 189 168 52 0 0.11 0.72 0.26 50.8 0.57 0.47
Hex BD A8 34 0 B 48 1A 33 39 2F
Octal 275 250 64 0 13 110 32 63 71 57
Binary 10111101 10101000 110100 0 1011 1001000 11010 110011 111001 101111

Color Harmonies of #BDA834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA834

Black with #BDA834

Text Example


Text Example

White with #BDA834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA834; }

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

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

background-color css

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

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

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

border-color css

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

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

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