Html Css Color HEX #BDA744 Brass

📋 copy color: '#BDA744'

red 189 ◦ green 167 ◦ blue 68

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

Shades of Brass #BDA744

Tints of Brass #BDA744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.04%

R = 44.58%
G = 39.39%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BDA744 (or 0xBDA744) is known color: Brass. HEX triplet: BD, A7 and 44. RGB value is (189,167,68). Sum of RGB (Red+Green+Blue) = 189+167+68=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA744 is #4258BB. Grayscale: #A2A2A2. Windows color (decimal): -4348092 or 4499389. OLE color: 4499389.

HSL color Cylindrical-coordinate representation of color #BDA744: hue angle of 49.09º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDA744 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 167 68 -
CMYK 0 0.12 0.64 0.26
HSL 49.09º 0.48% 0.5% -
HSV(B) 49.09º 0.64% 0.74% -
XYZ 35.85 38.87 11.08 -
YUV 162.29 74.79 147.05 -
System Red Green Blue C M Y K H S L
Decimal 189 167 68 0 0.12 0.64 0.26 49.09 0.48 0.5
Hex BD A7 44 0 C 40 1A 31 30 32
Octal 275 247 104 0 14 100 32 61 60 62
Binary 10111101 10100111 1000100 0 1100 1000000 11010 110001 110000 110010

Color Harmonies of #BDA744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA744

Black with #BDA744

Text Example


Text Example

White with #BDA744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA744; }

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

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

background-color css

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

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

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

border-color css

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

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

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