Html Css Color HEX #BDA73F Brass

📋 copy color: '#BDA73F'

red 189 ◦ green 167 ◦ blue 63

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

Shades of Brass #BDA73F

Tints of Brass #BDA73F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.04%

R = 45.11%
G = 39.86%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDA73F (or 0xBDA73F) is known color: Brass. HEX triplet: BD, A7 and 3F. RGB value is (189,167,63). Sum of RGB (Red+Green+Blue) = 189+167+63=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA73F is #4258C0. Grayscale: #A2A2A2. Windows color (decimal): -4348097 or 4171709. OLE color: 4171709.

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

Color convert

RGB 189 167 63 -
CMYK 0 0.12 0.67 0.26
HSL 49.52º 0.5% 0.49% -
HSV(B) 49.52º 0.67% 0.74% -
XYZ 35.7 38.82 10.31 -
YUV 161.72 72.29 147.46 -
System Red Green Blue C M Y K H S L
Decimal 189 167 63 0 0.12 0.67 0.26 49.52 0.5 0.49
Hex BD A7 3F 0 C 43 1A 32 32 31
Octal 275 247 77 0 14 103 32 62 62 61
Binary 10111101 10100111 111111 0 1100 1000011 11010 110010 110010 110001

Color Harmonies of #BDA73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA73F

Black with #BDA73F

Text Example


Text Example

White with #BDA73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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