Html Css Color HEX #BDA63F Brass

📋 copy color: '#BDA63F'

red 189 ◦ green 166 ◦ blue 63

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

Shades of Brass #BDA63F

Tints of Brass #BDA63F

RGB

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

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

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

R = 45.22%
G = 39.71%
B = 15.07%

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

#BDA63F (or 0xBDA63F) is known color: Brass. HEX triplet: BD, A6 and 3F. RGB value is (189,166,63). Sum of RGB (Red+Green+Blue) = 189+166+63=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA63F is #4259C0. Grayscale: #A1A1A1. Windows color (decimal): -4348353 or 4171453. OLE color: 4171453.

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

Color convert

RGB 189 166 63 -
CMYK 0 0.12 0.67 0.26
HSL 49.05º 0.5% 0.49% -
HSV(B) 49.05º 0.67% 0.74% -
XYZ 35.52 38.45 10.25 -
YUV 161.14 72.62 147.88 -
System Red Green Blue C M Y K H S L
Decimal 189 166 63 0 0.12 0.67 0.26 49.05 0.5 0.49
Hex BD A6 3F 0 C 43 1A 31 32 31
Octal 275 246 77 0 14 103 32 61 62 61
Binary 10111101 10100110 111111 0 1100 1000011 11010 110001 110010 110001

Color Harmonies of #BDA63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA63F

Black with #BDA63F

Text Example


Text Example

White with #BDA63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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