Html Css Color HEX #BCAD3F Brass

📋 copy color: '#BCAD3F'

red 188 ◦ green 173 ◦ blue 63

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

Shades of Brass #BCAD3F

Tints of Brass #BCAD3F

RGB

 RED value IS 188 (73.83% from 255) = 44.34%

 GREEN value IS 173 (67.97% from 255) = 40.8%

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

R = 44.34%
G = 40.8%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCAD3F (or 0xBCAD3F) is known color: Brass. HEX triplet: BC, AD and 3F. RGB value is (188,173,63). Sum of RGB (Red+Green+Blue) = 188+173+63=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD3F is #4352C0. Grayscale: #A5A5A5. Windows color (decimal): -4412097 or 4173244. OLE color: 4173244.

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

Color convert

RGB 188 173 63 -
CMYK 0 0.08 0.66 0.26
HSL 52.8º 0.5% 0.49% -
HSV(B) 52.8º 0.66% 0.74% -
XYZ 36.58 40.94 10.68 -
YUV 164.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 188 173 63 0 0.08 0.66 0.26 52.8 0.5 0.49
Hex BC AD 3F 0 8 42 1A 35 32 31
Octal 274 255 77 0 10 102 32 65 62 61
Binary 10111100 10101101 111111 0 1000 1000010 11010 110101 110010 110001

Color Harmonies of #BCAD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD3F

Black with #BCAD3F

Text Example


Text Example

White with #BCAD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD3F; }

 p { color: rgb(188,173,63); }

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

background-color css

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

 a { background-color: rgb(188,173,63); }

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

border-color css

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

 span { border-color: rgb(188,173,63); }

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