Html Css Color HEX #BDA33F Brass

📋 copy color: '#BDA33F'

red 189 ◦ green 163 ◦ blue 63

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

Shades of Brass #BDA33F

Tints of Brass #BDA33F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.28%

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

R = 45.54%
G = 39.28%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDA33F (or 0xBDA33F) is known color: Brass. HEX triplet: BD, A3 and 3F. RGB value is (189,163,63). Sum of RGB (Red+Green+Blue) = 189+163+63=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA33F is #425CC0. Grayscale: #9F9F9F. Windows color (decimal): -4349121 or 4170685. OLE color: 4170685.

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

Color convert

RGB 189 163 63 -
CMYK 0 0.14 0.67 0.26
HSL 47.62º 0.5% 0.49% -
HSV(B) 47.62º 0.67% 0.74% -
XYZ 34.98 37.37 10.07 -
YUV 159.37 73.61 149.13 -
System Red Green Blue C M Y K H S L
Decimal 189 163 63 0 0.14 0.67 0.26 47.62 0.5 0.49
Hex BD A3 3F 0 E 43 1A 30 32 31
Octal 275 243 77 0 16 103 32 60 62 61
Binary 10111101 10100011 111111 0 1110 1000011 11010 110000 110010 110001

Color Harmonies of #BDA33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA33F

Black with #BDA33F

Text Example


Text Example

White with #BDA33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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