Html Css Color HEX #BDA846 Brass

📋 copy color: '#BDA846'

red 189 ◦ green 168 ◦ blue 70

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

Shades of Brass #BDA846

Tints of Brass #BDA846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.39%

R = 44.26%
G = 39.34%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDA846 (or 0xBDA846) is known color: Brass. HEX triplet: BD, A8 and 46. RGB value is (189,168,70). Sum of RGB (Red+Green+Blue) = 189+168+70=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA846 is #4257B9. Grayscale: #A3A3A3. Windows color (decimal): -4347834 or 4630717. OLE color: 4630717.

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

Color convert

RGB 189 168 70 -
CMYK 0 0.11 0.63 0.26
HSL 49.41º 0.47% 0.51% -
HSV(B) 49.41º 0.63% 0.74% -
XYZ 36.09 39.27 11.47 -
YUV 163.11 75.46 146.47 -
System Red Green Blue C M Y K H S L
Decimal 189 168 70 0 0.11 0.63 0.26 49.41 0.47 0.51
Hex BD A8 46 0 B 3F 1A 31 2F 33
Octal 275 250 106 0 13 77 32 61 57 63
Binary 10111101 10101000 1000110 0 1011 111111 11010 110001 101111 110011

Color Harmonies of #BDA846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA846

Black with #BDA846

Text Example


Text Example

White with #BDA846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA846; }

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

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

background-color css

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

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

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

border-color css

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

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

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