Html Css Color HEX #BDA745 Brass

📋 copy color: '#BDA745'

red 189 ◦ green 167 ◦ blue 69

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

Shades of Brass #BDA745

Tints of Brass #BDA745

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.29%

 BLUE value IS 69 (27.34% from 255) = 16.24%

R = 44.47%
G = 39.29%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDA745 (or 0xBDA745) is known color: Brass. HEX triplet: BD, A7 and 45. RGB value is (189,167,69). Sum of RGB (Red+Green+Blue) = 189+167+69=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA745 is #4258BA. Grayscale: #A2A2A2. Windows color (decimal): -4348091 or 4564925. OLE color: 4564925.

HSL color Cylindrical-coordinate representation of color #BDA745: hue angle of 49º degrees, saturation: 0.48, 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 #BDA745 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 167 69 -
CMYK 0 0.12 0.63 0.26
HSL 49º 0.48% 0.51% -
HSV(B) 49º 0.63% 0.74% -
XYZ 35.88 38.89 11.24 -
YUV 162.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 189 167 69 0 0.12 0.63 0.26 49 0.48 0.51
Hex BD A7 45 0 C 3F 1A 31 30 33
Octal 275 247 105 0 14 77 32 61 60 63
Binary 10111101 10100111 1000101 0 1100 111111 11010 110001 110000 110011

Color Harmonies of #BDA745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA745

Black with #BDA745

Text Example


Text Example

White with #BDA745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA745; }

 p { color: rgb(189,167,69); }

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

background-color css

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

 a { background-color: rgb(189,167,69); }

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

border-color css

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

 span { border-color: rgb(189,167,69); }

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