Html Css Color HEX #BDA645 Brass

📋 copy color: '#BDA645'

red 189 ◦ green 166 ◦ blue 69

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

Shades of Brass #BDA645

Tints of Brass #BDA645

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

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

R = 44.58%
G = 39.15%
B = 16.27%

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

#BDA645 (or 0xBDA645) is known color: Brass. HEX triplet: BD, A6 and 45. RGB value is (189,166,69). Sum of RGB (Red+Green+Blue) = 189+166+69=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA645 is #4259BA. Grayscale: #A2A2A2. Windows color (decimal): -4348347 or 4564669. OLE color: 4564669.

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

Color convert

RGB 189 166 69 -
CMYK 0 0.12 0.63 0.26
HSL 48.5º 0.48% 0.51% -
HSV(B) 48.5º 0.63% 0.74% -
XYZ 35.7 38.52 11.18 -
YUV 161.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 189 166 69 0 0.12 0.63 0.26 48.5 0.48 0.51
Hex BD A6 45 0 C 3F 1A 30 30 33
Octal 275 246 105 0 14 77 32 60 60 63
Binary 10111101 10100110 1000101 0 1100 111111 11010 110000 110000 110011

Color Harmonies of #BDA645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA645

Black with #BDA645

Text Example


Text Example

White with #BDA645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA645; }

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

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

background-color css

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

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

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

border-color css

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

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

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